Ignore:
Timestamp:
06/23/15 00:53:10 (9 years ago)
Author:
Maciej Komosinski
Message:

Colors in console (stdout)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/loggers/loggertostdout.h

    r382 r397  
    1313        VirtFILE *file;
    1414public:
    15         LoggerToStdout(int opts = 0, VirtFILE *_file = NULL) :LoggerBase(opts), file(_file) {}
     15        LoggerToStdout(int opts = 0, VirtFILE *_file = NULL);
    1616        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;
    1722};
    1823
Note: See TracChangeset for help on using the changeset viewer.