Apache log4cxx  Version 0.10.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNlog4cxx
|oNconfig
|oNdb
|oNfilter
|oNhelpers
|oNnet
|oNnt
|oNpattern
|oNrolling
|oNrule
|oNspi
|oNvaria
|oNxml
|oCAppenderImplement this interface for your own strategies for outputting log statements
|oCAppenderSkeletonImplementation base class for all appenders
|oCAsyncAppenderThe AsyncAppender lets users log events asynchronously
|oCBasicConfiguratorUse this class to quickly configure the package
|oCConsoleAppenderConsoleAppender appends log events to stdout or stderr using a layout specified by the user
|oCDailyRollingFileAppenderDailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency
|oCDefaultConfiguratorConfigures the repository from environmental settings and files
|oCDefaultLoggerFactory
|oCFileAn abstract representation of file and directory path names
|oCFileAppenderFileAppender appends log events to a file
|oCHierarchyThis class is specialized in retrieving loggers by name and also maintaining the logger hierarchy
|oCHTMLLayoutThis layout outputs events in a HTML table
|oCLayoutExtend this abstract class to create your own log layout format
|oCLevelDefines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG and ALL
|oCLoggerThis is the central class in the log4cxx package
|oCLogManagerUse the LogManager class to retreive Logger instances or to operate on the current LoggerRepository
|oCMDCSimilar to the NDC class except that it is based on a map instead of a stack
|oCNDCNdc class implements nested diagnostic contexts as defined by neil harrison in the article "patterns for logging diagnostic messages" part of the book "<i>pattern languages of program design 3</i>" edited by martin et al
|oCPatternLayoutA flexible layout configurable with pattern string
|oCPropertyConfiguratorAllows the configuration of log4cxx from an external file
|oCRollingFileAppenderRollingFileAppender extends FileAppender to backup the log files when they reach a certain size
|oCSimpleLayoutSimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself
|oClogstream_baseBase class for the basic_logstream template which attempts to emulate std::basic_ostream but attempts to short-circuit unnecessary operations
|oClogstreamAn STL-like stream API for log4cxx using char as the character type
|oCwlogstreamAn STL-like stream API for log4cxx using wchar_t as the character type
|oCulogstreamAn STL-like stream API for log4cxx using UniChar as the character type
|oCTTCCLayoutTTCC layout format consists of time, thread, logger name and nested diagnostic context information, hence the name
|\CWriterAppenderWriterAppender appends log events to a standard output stream
\Nstd