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