Qore Logger Module Reference 1.0
All Classes Namespaces Functions Variables Modules Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NLoggerThe Logger namespace contains all the definitions in the Logger module
 CAbstractLoggerAppenderFileRotateAbstract class for file appenders with rotation support
 CLoggerAppenderFileArchiveImplements appender writing to a file with archive support
 CLoggerAppenderFileRingImplemants appender writing to a file with file circular rotation support
 CLoggerAppenderFileRotateImplements appender writing to a file with file rotation support
 CLoggerAppenderNullImplements appender which does nothing
 CLoggerAppenderQueueThreadPoolHandles the processing for asynchronous appender events in multiple threads
 CLoggerAppenderStdErrImplements appender writing to a stderr file
 CLoggerAppenderStdOutImplements appender writing to a stdout file
 CLoggerAppenderStreamImplements appender writing to an output stream via StreamWriter
 CLoggerEventParameterImplements callable parameter which is evaluated in run-time when event is rendered
 CLoggerFilterLevelImplements the filter according event LoggerLevel
 CLoggerFilterRegexImplements filtering according to a regular expression on the event message
 CLoggerRootImplements the root class for loggers; does not allow a parent logger to be set
 CLoggerWrapperClass handling a LoggerInterface object as a member and providing atomic logging through it
 CStdoutAppenderAppender for logging to the console