log4shib  1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
oClog4shib::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
| oClog4shib::AbortAppenderThis Appender causes the application to abort() upon the first append() call
| oClog4shib::IdsaAppenderIdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz
| oClog4shib::LayoutAppenderLayoutAppender is a common superclass for all Appenders that require a Layout
| |oClog4shib::FileAppender
| ||\Clog4shib::RollingFileAppenderRollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit
| |oClog4shib::OstreamAppenderOstreamAppender appends LoggingEvents to ostreams
| |oClog4shib::RemoteSyslogAppenderRemoteSyslogAppender sends LoggingEvents to a remote syslog system
| |oClog4shib::StringQueueAppenderThis class puts log messages in an in-memory queue
| |oClog4shib::SyslogAppenderSyslogAppender sends LoggingEvents to the local syslog system
| |\Clog4shib::Win32DebugAppenderWin32DebugAppender simply sends the log message to the default system debugger on Win32 systems
| \Clog4shib::NTEventLogAppenderNTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log
oClog4shib::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
oClog4shib::CategoryThis is the central class in the log4j package
|\Clog4shib::FixedContextCategoryThis Category subclass replaces the NDC field in LoggingEvents with a fixed context string
oClog4shib::CategoryStreamThis class enables streaming simple types and objects to a category
oClog4shib::NDC::DiagnosticContext
oClog4shib::FilterUsers should extend this class to implement customized logging event filtering
oClog4shib::HierarchyMaintainerHierarchyMaintainer is an internal log4shib class
oClog4shib::LayoutExtend this abstract class to create your own log layout format
|oClog4shib::BasicLayoutBasicLayout is a simple fixed format Layout implementation
|oClog4shib::PatternLayoutPatternLayout is a simple fixed format Layout implementation
|\Clog4shib::SimpleLayoutBasicLayout is a simple fixed format Layout implementation
oClog4shib::LoggingEventThe internal representation of logging events
oCmap
|\Clog4shib::Properties
oClog4shib::threading::MSMutexA simple object wrapper around CreateMutex() and DeleteMutex()
oClog4shib::threading::MSScopedLockA simple object wrapper around WaitForSingleObject() and ReleaseMutex()
oClog4shib::threading::Mutex
oClog4shib::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
oCostrstream
|\Cstd::ostringstream
oClog4shib::PatternLayout::PatternComponent
|oClog4shib::CategoryNameComponent
|oClog4shib::FormatModifierComponent
|oClog4shib::MessageComponent
|oClog4shib::MillisSinceEpochComponent
|oClog4shib::NDCComponent
|oClog4shib::PriorityComponent
|oClog4shib::ProcessorTimeComponent
|oClog4shib::SecondsSinceEpochComponent
|oClog4shib::StringLiteralComponent
|oClog4shib::ThreadNameComponent
|\Clog4shib::TimeStampComponent
oClog4shib::PriorityImportance levels with which one can categorize log messages
oClog4shib::PropertyConfiguratorProperty configurator will read a config file using the same (or similar) format to the config file used by log4j
oClog4shib::PropertyConfiguratorImpl
oCruntime_error
|\Clog4shib::ConfigureFailureException class for configuration
oClog4shib::threading::ScopedLockDefinition of ScopedLock;
oClog4shib::SimpleConfiguratorThis class implements a simple Configurator for log4shib
oClog4shib::StringUtil
oClog4shib::threading::ThreadLocalDataHolder< T >This class holds Thread local data of type T, i.e
\Clog4shib::TimeStampA simple TimeStamp abstraction