log4shib 2.0.0

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
log4shib::AbortAppenderThis Appender causes the application to abort() upon the first append() call
log4shib::AppenderImplement this interface for your own strategies for printing log statements
log4shib::AppenderSkeletonAppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters
log4shib::BasicConfiguratorThis 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::BasicLayoutBasicLayout is a simple fixed format Layout implementation
log4shib::CategoryThis is the central class in the log4j package
log4shib::CategoryNameComponent
log4shib::CategoryStreamThis class enables streaming simple types and objects to a category
log4shib::ConfigureFailureException class for configuration
log4shib::NDC::DiagnosticContext
log4shib::FileAppender
log4shib::FilterUsers should extend this class to implement customized logging event filtering
log4shib::FixedContextCategoryThis Category subclass replaces the NDC field in LoggingEvents with a fixed context string
log4shib::FormatModifierComponent
log4shib::HierarchyMaintainerHierarchyMaintainer is an internal log4shib class
log4shib::IdsaAppenderIdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz
log4shib::LayoutExtend this abstract class to create your own log layout format
log4shib::LayoutAppenderLayoutAppender is a common superclass for all Appenders that require a Layout
log4shib::LoggingEventThe internal representation of logging events
log4shib::MessageComponent
log4shib::MillisSinceEpochComponent
log4shib::threading::MSMutexA simple object wrapper around CreateMutex() and DeleteMutex()
log4shib::threading::MSScopedLockA simple object wrapper around WaitForSingleObject() and ReleaseMutex()
log4shib::threading::Mutex
log4shib::NDCImplements 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::NTEventLogAppenderNTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log
log4shib::OstreamAppenderOstreamAppender appends LoggingEvents to ostreams
std::ostringstream
log4shib::PatternLayout::PatternComponent
log4shib::PatternLayoutPatternLayout is a simple fixed format Layout implementation
log4shib::PriorityImportance levels with which one can categorize log messages
log4shib::PriorityComponent
log4shib::ProcessorTimeComponent
log4shib::Properties
log4shib::PropertyConfiguratorProperty configurator will read a config file using the same (or similar) format to the config file used by log4j
log4shib::PropertyConfiguratorImpl
log4shib::RemoteSyslogAppenderRemoteSyslogAppender sends LoggingEvents to a remote syslog system
log4shib::RollingFileAppenderRollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit
log4shib::threading::ScopedLockDefinition of ScopedLock;
log4shib::SecondsSinceEpochComponent
log4shib::SimpleConfiguratorThis class implements a simple Configurator for log4shib
log4shib::SimpleLayoutBasicLayout is a simple fixed format Layout implementation
log4shib::StringLiteralComponent
log4shib::StringQueueAppenderThis class puts log messages in an in-memory queue
log4shib::StringUtil
log4shib::SyslogAppenderSyslogAppender 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::TimeStampA simple TimeStamp abstraction
log4shib::TimeStampComponent
log4shib::Win32DebugAppenderWin32DebugAppender simply sends the log message to the default system debugger on Win32 systems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines