17 #ifndef _DECAF_UTIL_LOGGING_FORMATTER_H_
18 #define _DECAF_UTIL_LOGGING_FORMATTER_H_
47 virtual std::string format(
const LogRecord& record )
const = 0;
54 virtual std::string formatMessage(
const LogRecord& record )
const;
LogRecord objects are used to pass logging requests between the logging framework and individual log ...
Definition: LogRecord.h:41
A Handler object takes log messages from a Logger and exports them.
Definition: Handler.h:49
#define DECAF_API
Definition: Config.h:29
#define DECAF_UNUSED
Definition: Config.h:160