14 #ifndef OPFLEX_LOGGING_STDOUTLOGHANDLER_H
15 #define OPFLEX_LOGGING_STDOUTLOGHANDLER_H
34 __attribute__((no_instrument_function));
36 __attribute__((no_instrument_function));
41 const std::string&
function,
43 const std::string& message)
44 __attribute__((no_instrument_function));
virtual void handleMessage(const std::string &file, const int line, const std::string &function, const Level level, const std::string &message) __attribute__((no_instrument_function))
Process a single log message.
Level
Log levels for OpFlex framework logging.
Definition: OFLogHandler.h:58
Interface definition file for OFLogHandler.
Interface for a log message handler for the OpFlex framework.
Definition: OFLogHandler.h:52
StdOutLogHandler(Level logLevel) __attribute__((no_instrument_function))
Allocate a log handler that will log any messages with equal or greater severity than the specified l...
An OFLogHandler that simply logs to standard output.
Definition: StdOutLogHandler.h:25