Apache Log4cxx  Version 1.3.1
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 1234]
 Nlog4cxx
 Nconfig
 Ndb
 Nfilter
 Nhelpers
 Nnet
 Nnt
 Npattern
 Nqt
 Nrolling
 Nrule
 Nspi
 Nvaria
 Nxml
 CAppenderImplement this interface for your own strategies for outputting log statements
 CAppenderSkeletonImplementation base class for all appenders
 CAsyncAppenderThe AsyncAppender decouples logging event creation from output by processing log events asynchronously
 CBasicConfiguratorUse BasicConfigurator (static) methods to configure Log4cxx when not using a configuration file
 CConsoleAppenderConsoleAppender appends log events to stdout or stderr using a layout specified by the user
 CDefaultConfiguratorConfigures the repository from environmental settings and files
 CDefaultLoggerFactory
 CFileAn abstract representation of file and directory path names
 CFileAppenderFileAppender appends log events to a file
 CFMTLayoutUses libfmt to layout messages
 CHierarchyThis class is specialized in retrieving loggers by name and also maintaining the logger hierarchy
 CHTMLLayoutThis layout outputs events in a HTML table
 CJSONLayoutThis layout outputs events in a JSON dictionary
 CLayoutExtend this abstract class to create your own log layout format
 CLevelDefines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG and ALL
 CLevelChangeChanges a verbosity level for the instance variable's lifetime
 CLoggerThis is the central class in the log4cxx package
 CLoggerInstancePtrA smart pointer (implicity convertable to LoggerPtr) that conditionally removes a Logger from the spi::LoggerRepository at the end of the instance variable's lifetime
 CLogManagerUse the LogManager class to retreive Logger instances or to operate on the current LoggerRepository
 ClogstreamAn STL-like stream API for log4cxx using char as the character type
 Clogstream_baseBase class for the basic_logstream template which attempts to emulate std::basic_ostream but attempts to short-circuit unnecessary operations
 CMDCA Mapped Diagnostic Context, or MDC in short, is an instrument for distinguishing interleaved log output from different sources
 CNDCA Nested Diagnostic Context, or NDC in short, is an instrument to distinguish interleaved log output from different sources
 COptional
 CPatternLayoutA flexible layout configurable with pattern string
 CPropertyConfiguratorAllows the configuration of log4cxx from an external file
 CSimpleLayoutSimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself
 CulogstreamAn STL-like stream API for log4cxx using UniChar as the character type
 CwlogstreamAn STL-like stream API for log4cxx using wchar_t as the character type
 CWriterAppenderWriterAppender appends log events to a standard output stream