log4cpp
1.1.3
|
▼Clog4cpp::Appender | Implement this interface for your own strategies for printing log statements |
▼Clog4cpp::AppenderSkeleton | AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters |
Clog4cpp::AbortAppender | This Appender causes the application to abort() upon the first append() call |
Clog4cpp::IdsaAppender | IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz |
▼Clog4cpp::LayoutAppender | LayoutAppender is a common superclass for all Appenders that require a Layout |
Clog4cpp::BufferingAppender | |
▼Clog4cpp::FileAppender | |
Clog4cpp::DailyRollingFileAppender | DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts |
Clog4cpp::RollingFileAppender | RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit |
Clog4cpp::OstreamAppender | OstreamAppender appends LoggingEvents to ostreams |
Clog4cpp::RemoteSyslogAppender | RemoteSyslogAppender sends LoggingEvents to a remote syslog system |
Clog4cpp::StringQueueAppender | This class puts log messages in an in-memory queue |
Clog4cpp::SyslogAppender | SyslogAppender sends LoggingEvents to the local syslog system |
Clog4cpp::Win32DebugAppender | Win32DebugAppender simply sends the log message to the default system debugger on Win32 systems |
Clog4cpp::NTEventLogAppender | NTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log |
Clog4cpp::Appender::AppenderMapStorage | |
Clog4cpp::Appender::AppenderMapStorageInitializer | |
Clog4cpp::AppendersFactory | |
▼Clog4cpp::details::base_validator_data | |
Clog4cpp::details::optional_params_validator | |
Clog4cpp::details::parameter_validator | |
Clog4cpp::details::required_params_validator | |
Clog4cpp::BasicConfigurator | This class implements a trivial default configuration for log4cpp: it adds a FileAppender that logs to stdout and uses a BasicLayout to the root Category |
▼Clog4cpp::Category | This is the central class in the log4j package |
Clog4cpp::FixedContextCategory | This Category subclass replaces the NDC field in LoggingEvents with a fixed context string |
Clog4cpp::CategoryStream | This class enables streaming simple types and objects to a category |
Clog4cpp::NDC::DiagnosticContext | |
Clog4cpp::FactoryParams | |
Clog4cpp::Filter | Users should extend this class to implement customized logging event filtering |
Clog4cpp::HierarchyMaintainer | HierarchyMaintainer is an internal log4cpp class |
▼Clog4cpp::Layout | Extend this abstract class to create your own log layout format |
Clog4cpp::BasicLayout | BasicLayout is a simple fixed format Layout implementation |
Clog4cpp::PassThroughLayout | |
Clog4cpp::PatternLayout | PatternLayout is a simple fixed format Layout implementation |
Clog4cpp::SimpleLayout | BasicLayout is a simple fixed format Layout implementation |
Clog4cpp::LayoutsFactory | |
Clog4cpp::LoggingEvent | The internal representation of logging events |
▼Cstd::map | |
Clog4cpp::Properties | |
Clog4cpp::threading::MSMutex | A simple object wrapper around CreateMutex() and DeleteMutex() |
Clog4cpp::threading::MSScopedLock | A simple object wrapper around WaitForSingleObject() and ReleaseMutex() |
Clog4cpp::threading::Mutex | |
Clog4cpp::NDC | 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 |
▼Costrstream | |
Cstd::ostringstream | |
▼Clog4cpp::PatternLayout::PatternComponent | |
Clog4cpp::CategoryNameComponent | |
Clog4cpp::FormatModifierComponent | |
Clog4cpp::MessageComponent | |
Clog4cpp::MillisSinceEpochComponent | |
Clog4cpp::NDCComponent | |
Clog4cpp::PriorityComponent | |
Clog4cpp::ProcessorTimeComponent | |
Clog4cpp::SecondsSinceEpochComponent | |
Clog4cpp::StringLiteralComponent | |
Clog4cpp::ThreadNameComponent | |
Clog4cpp::TimeStampComponent | |
Clog4cpp::Priority | Importance levels with which one can categorize log messages |
Clog4cpp::PropertyConfigurator | Property configurator will read a config file using the same (or similar) format to the config file used by log4j |
Clog4cpp::PropertyConfiguratorImpl | |
▼Cstd::runtime_error | |
Clog4cpp::ConfigureFailure | Exception class for configuration |
Clog4cpp::threading::ScopedLock | Definition of ScopedLock; |
Clog4cpp::SimpleConfigurator | This class implements a simple Configurator for log4cpp |
Clog4cpp::StringUtil | |
Clog4cpp::tab | |
Clog4cpp::threading::ThreadLocalDataHolder< T > | This class holds Thread local data of type T, i.e |
Clog4cpp::TimeStamp | A simple TimeStamp abstraction |
▼Clog4cpp::TriggeringEventEvaluator | |
Clog4cpp::LevelEvaluator | |
Clog4cpp::TriggeringEventEvaluatorFactory | |
Clog4cpp::width |