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