▼Nlog4cplus | |
►Ndevice_appender_detail | |
Cdevice_type_traits | |
Cdevice_type_traits< boost::shared_ptr< T > > | |
►Nhelpers | |
CAppenderAttachableImpl | This Interface is for attaching Appenders to objects |
CIConnectorThreadClient | Interface implemented by users of ConnectorThread |
CConnectorThread | This class is used by SocketAppender and (remote) SysLogAppender to provide asynchronous re-connection |
CFileInfo | FileInfo structure is OS independent abstraction of the stat() function |
CLockFile | |
CLogLog | This class used to output log statements from within the log4cplus package |
CSharedObject | |
CSharedObjectPtr | |
CProperties | |
Csnprintf_buf | |
CAbstractSocket | |
CSocket | This class implements client sockets (also called just "sockets") |
CServerSocket | This class implements server sockets |
CSocketBuffer | |
CConvertIntegerToStringHelper | |
CConvertIntegerToStringHelper< intType, charType, true > | |
CConvertIntegerToStringHelper< intType, charType, false > | |
CADDRINFOT_deleter | |
Csocket_closer | |
Csocket_holder | |
►Ninternal | |
CCustomLogLevelManager | Custom log level manager used by C API |
Cgft_scratch_pad | |
Cappender_sratch_pad | |
Cper_thread_data | Per thread data |
►Nspi | |
CAppenderAttachable | This Interface is for attaching Appenders to objects |
CBaseFactory | This is the base class for all factories |
CAppenderFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
CLayoutFactory | This abstract class defines the "Factory" interface to create "Layout" objects |
CFilterFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
CLocaleFactory | This abstract class defines the "Factory" interface to create std::locale instances |
CFactoryRegistry | This template class is used as a "Factory Registry" |
CLocalFactoryBase | |
CFactoryTempl | |
CFilter | Users should extend this class to implement customized logging event filtering |
CDenyAllFilter | This filter drops all logging events |
CLogLevelMatchFilter | This is a very simple filter based on LogLevel matching |
CLogLevelRangeFilter | This is a very simple filter based on LogLevel matching, which can be used to reject messages with LogLevels outside a certain range |
CStringMatchFilter | This is a very simple filter based on string matching |
CFunctionFilter | This filter allows using std::function<FilterResult(const InternalLoggingEvent &)> |
CNDCMatchFilter | This is a simple filter based on the string returned by event.getNDC() |
CMDCMatchFilter | This is a simple filter based on the key/value pair stored in MDC |
CLoggerFactory | Implement this interface to create new instances of Logger or a sub-class of Logger |
CLoggerImpl | This is the central class in the log4cplus package |
CInternalLoggingEvent | The internal representation of logging events |
CObjectRegistryBase | This is the base class used to implement the functionality required by the ObjectRegistry template class |
CRootLogger | RootLogger sits at the top of the logger hierachy |
►Nthread | |
►Nimpl | |
CSharedMutex | |
CQueue | Single consumer, multiple producers queue |
CSyncGuard | |
CMutex | |
CSemaphore | |
CManualResetEvent | |
CSharedMutexImplBase | |
CSyncGuardFunc | |
CSharedMutex | |
CSignalsBlocker | This class blocks all POSIX signals when created and unblocks them when destroyed |
CAbstractThread | There are many cross-platform C++ Threading libraries |
CErrorHandler | This class is used to "handle" errors encountered in an {} |
COnlyOnceErrorHandler | |
CAppender | Extend this class for implementing your own strategies for printing log statements |
CAsyncAppender | This Appender is a wrapper to which other appenders can be attached |
CDeviceAppender | |
CCallbackAppender | Send log events to a C function callback |
CCLFSAppender | |
CPropertyConfigurator | Provides configuration from an external file |
CBasicConfigurator | Use this class to quickly configure the package |
CConfigureAndWatchThread | |
CConsoleAppender | ConsoleAppender appends log events to std::cout or std::cerr using a layout specified by the user |
Cexception | Exception class thrown by LogLog |
CFileAppenderBase | Base class for Appenders writing log events to a file |
CFileAppender | Appends log events to a file |
CRollingFileAppender | RollingFileAppender extends FileAppender to backup the log files when they reach a certain size |
CDailyRollingFileAppender | DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency |
CTimeBasedRollingFileAppender | TimeBasedRollingFileAppender 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 |
CHierarchy | This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy |
CHierarchyLocker | This is used to lock a Hierarchy |
CInitializer | This class helps with initialization and shutdown of log4cplus |
CLayout | This class is used to layout strings sent to an {} |
CSimpleLayout | SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself |
CTTCCLayout | TTCC layout format consists of time, thread, Logger and nested diagnostic context information, hence the name |
CPatternLayout | A flexible layout configurable with pattern string |
CLog4jUdpAppender | Sends log events as Log4j XML to a remote a log server |
CLogger | This is the central class in the log4cplus package |
CDefaultLoggerFactory | This class is used to create the default implementation of the Logger class |
CLogLevelManager | This class is used to "manage" LogLevel definitions |
CMDC | |
CMSTTSAppender | |
CNDC | Implements 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 |
CDiagnosticContext | This is the internal object that is stored on the NDC stack |
CNDCContextCreator | This class ensures that a NDC::push() call is always matched with a NDC::pop() call even in the face of exceptions |
CNTEventLogAppender | Appends log events to NT EventLog |
CNullAppender | Appends log events to a file |
CQt4DebugAppender | |
CQt5DebugAppender | |
CSocketAppender | Sends spi::InternalLoggingEvent objects to a remote a log server |
CSysLogAppender | Appends log events to a file |
CTraceLogger | This class is used to produce "Trace" logging |
CWin32ConsoleAppender | Prints events to Win32 console |