24 #ifndef LOG4CPLUS_CONSOLE_APPENDER_HEADER_ 25 #define LOG4CPLUS_CONSOLE_APPENDER_HEADER_ 29 #if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE) 84 #endif // LOG4CPLUS_CONSOLE_APPENDER_HEADER_ ConsoleAppender appends log events to std::cout or std::cerr using a layout specified by the user.
The internal representation of logging events.
bool immediateFlush
Immediate flush means that the underlying output stream will be flushed at the end of each append ope...
Extend this class for implementing your own strategies for printing log statements.