Changeset 397 for cpp/common/loggers/loggertostdout.h
- Timestamp:
- 06/23/15 00:53:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/loggers/loggertostdout.h
r382 r397 13 13 VirtFILE *file; 14 14 public: 15 LoggerToStdout(int opts = 0, VirtFILE *_file = NULL) :LoggerBase(opts), file(_file) {}15 LoggerToStdout(int opts = 0, VirtFILE *_file = NULL); 16 16 void handle(const char *obj, const char *method, int level, const char *msg); 17 18 static const char* default_log_format[]; 19 static const char** default_log_level[]; 20 const char** log_level; 21 const char* log_format; 17 22 }; 18 23
Note: See TracChangeset
for help on using the changeset viewer.