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