Zero  0.1.0
logrecinfo.h
Go to the documentation of this file.
1 #ifndef __LOGRECINFO_H
2 #define __LOGRECINFO_H
3 
4 #include "command.h"
5 
6 class LogrecInfo : public LogScannerCommand {
7 public:
8  void usage();
9 
10  void run();
11 
12  void setupOptions();
13 };
14 
15 #endif // __LOGRECINFO_H
void run()
Definition: logrecinfo.cpp:18
void setupOptions()
Definition: logrecinfo.cpp:14
Definition: logrecinfo.h:6
Definition: command.h:70
void usage()