Changeset 378 for cpp/frams/loggers/loggertostdout.h
- Timestamp:
- 04/27/15 04:44:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/loggers/loggertostdout.h
r375 r378 14 14 public: 15 15 LoggerToStdout(int opts = 0, VirtFILE *_file = NULL) :LoggerBase(opts), file(_file) {} 16 void handle(const char *o , const char *m, int w, const char *bl);16 void handle(const char *obj, const char *method, int level, const char *msg); 17 17 }; 18 18
Note: See TracChangeset
for help on using the changeset viewer.