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