38#ifndef BLOCXX_CERR_APPENDER_HPP_INCLUDE_GUARD_
39#define BLOCXX_CERR_APPENDER_HPP_INCLUDE_GUARD_
40#include "blocxx/BLOCXX_config.h"
63 virtual void doProcessLogMessage(
const String& formattedMessage,
const LogMessage& message)
const;
The CerrAppender is a LogAppender derivative that sends log message to stderr.
static const GlobalString STR_DEFAULT_MESSAGE_PATTERN
This class can be used to store a global variable that is lazily initialized in a thread safe manner.
This String class is an abstract data type that represents as NULL terminated string of characters.