Ignore:
Timestamp:
05/23/16 13:48:45 (8 years ago)
Author:
Maciej Komosinski
Message:

Improved handling of multiline messages by loggers

File:
1 edited

Legend:

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

    r397 r511  
    1414public:
    1515        LoggerToStdout(int opts = 0, VirtFILE *_file = NULL);
    16         void handle(const char *obj, const char *method, int level, const char *msg);
     16        void handleSingleLine(const char *obj, const char *method, int level, const char *msg);
    1717
    1818        static const char* default_log_format[];
Note: See TracChangeset for help on using the changeset viewer.