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