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));
Interface definition file for OFLogHandler.
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.
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...
OFLogHandler(Level logLevel) __attribute__((no_instrument_function))
Allocate a log handler that will log any messages with equal or greater severity than the specified l...
Level
Log levels for OpFlex framework logging.
Definition OFLogHandler.h:58