log4cplus  2.1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nlog4cplus
 Ndevice_appender_detail
 Nhelpers
 Ninternal
 Nspi
 Nthread
 CErrorHandlerThis class is used to "handle" errors encountered in an {}
 COnlyOnceErrorHandler
 CAppenderExtend this class for implementing your own strategies for printing log statements
 CAsyncAppenderThis Appender is a wrapper to which other appenders can be attached
 CDeviceAppender
 CCallbackAppenderSend log events to a C function callback
 CCLFSAppender
 CPropertyConfiguratorProvides configuration from an external file
 CBasicConfiguratorUse this class to quickly configure the package
 CConfigureAndWatchThread
 CConsoleAppenderConsoleAppender appends log events to std::cout or std::cerr using a layout specified by the user
 CexceptionException class thrown by LogLog
 CFileAppenderBaseBase class for Appenders writing log events to a file
 CFileAppenderAppends log events to a file
 CRollingFileAppenderRollingFileAppender extends FileAppender to backup the log files when they reach a certain size
 CDailyRollingFileAppenderDailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency
 CTimeBasedRollingFileAppenderTimeBasedRollingFileAppender extends FileAppenderBase so that the underlying file is rolled over at a user chosen frequency while also keeping in check a total maximum number of produced files
 CHierarchyThis class is specialized in retrieving loggers by name and also maintaining the logger hierarchy
 CHierarchyLockerThis is used to lock a Hierarchy
 CInitializerThis class helps with initialization and shutdown of log4cplus
 CLayoutThis class is used to layout strings sent to an {}
 CSimpleLayoutSimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself
 CTTCCLayoutTTCC layout format consists of time, thread, Logger and nested diagnostic context information, hence the name
 CPatternLayoutA flexible layout configurable with pattern string
 CLog4jUdpAppenderSends log events as Log4j XML to a remote a log server
 CLoggerThis is the central class in the log4cplus package
 CDefaultLoggerFactoryThis class is used to create the default implementation of the Logger class
 CLogLevelManagerThis class is used to "manage" LogLevel definitions
 CMDC
 CMSTTSAppender
 CNDCImplements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al
 CDiagnosticContextThis is the internal object that is stored on the NDC stack
 CNDCContextCreatorThis class ensures that a NDC::push() call is always matched with a NDC::pop() call even in the face of exceptions
 CNTEventLogAppenderAppends log events to NT EventLog
 CNullAppenderAppends log events to a file
 CQt4DebugAppender
 CQt5DebugAppender
 CSocketAppenderSends spi::InternalLoggingEvent objects to a remote a log server
 CSysLogAppenderAppends log events to a file
 CTraceLoggerThis class is used to produce "Trace" logging
 CWin32ConsoleAppenderPrints events to Win32 console