log4shib 2.0.1
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Clog4shib::AppenderImplement this interface for your own strategies for printing log statements
 Clog4shib::AppenderSkeletonAppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters
 Clog4shib::AbortAppenderThis Appender causes the application to abort() upon the first append() call
 Clog4shib::IdsaAppenderIdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz
 Clog4shib::LayoutAppenderLayoutAppender is a common superclass for all Appenders that require a Layout
 Clog4shib::FileAppender
 Clog4shib::RollingFileAppenderRollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit
 Clog4shib::NTEventLogAppenderNTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log
 Clog4shib::OstreamAppenderOstreamAppender appends LoggingEvents to ostreams
 Clog4shib::RemoteSyslogAppenderRemoteSyslogAppender sends LoggingEvents to a remote syslog system
 Clog4shib::StringQueueAppenderThis class puts log messages in an in-memory queue
 Clog4shib::SyslogAppenderSyslogAppender sends LoggingEvents to the local syslog system
 Clog4shib::Win32DebugAppenderWin32DebugAppender simply sends the log message to the default system debugger on Win32 systems
 Clog4shib::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
 Clog4shib::CategoryThis is the central class in the log4j package
 Clog4shib::FixedContextCategoryThis Category subclass replaces the NDC field in LoggingEvents with a fixed context string
 Clog4shib::CategoryStreamThis class enables streaming simple types and objects to a category
 Clog4shib::NDC::DiagnosticContext
 Clog4shib::FilterUsers should extend this class to implement customized logging event filtering
 Clog4shib::HierarchyMaintainerHierarchyMaintainer is an internal log4shib class
 Clog4shib::LayoutExtend this abstract class to create your own log layout format
 Clog4shib::BasicLayoutBasicLayout is a simple fixed format Layout implementation
 Clog4shib::PatternLayoutPatternLayout is a simple fixed format Layout implementation
 Clog4shib::SimpleLayoutBasicLayout is a simple fixed format Layout implementation
 Clog4shib::LoggingEventThe internal representation of logging events
 Cstd::map
 Clog4shib::Properties
 Clog4shib::threading::MSMutexA simple object wrapper around CreateMutex() and DeleteMutex()
 Clog4shib::threading::MSScopedLockA simple object wrapper around WaitForSingleObject() and ReleaseMutex()
 Clog4shib::threading::Mutex
 Clog4shib::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
 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::PriorityImportance levels with which one can categorize log messages
 Clog4shib::PropertyConfiguratorProperty 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::ConfigureFailureException class for configuration
 Clog4shib::threading::ScopedLockDefinition of ScopedLock;
 Clog4shib::SimpleConfiguratorThis 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::TimeStampA simple TimeStamp abstraction