Qore Logger Module Reference 1.0
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CLogger::AbstractLoggerAppenderFileRotateAbstract class for file appenders with rotation support
 CLogger::LoggerAppenderFileRingImplemants appender writing to a file with file circular rotation support
 CLogger::LoggerAppenderFileRotateImplements appender writing to a file with file rotation support
 CLogger::LoggerAppenderFileArchiveImplements appender writing to a file with archive support
 CLogger::LoggerAppenderNullImplements appender which does nothing
 CLogger::LoggerAppenderQueueThreadPoolHandles the processing for asynchronous appender events in multiple threads
 CLogger::LoggerAppenderStdErrImplements appender writing to a stderr file
 CLogger::LoggerAppenderStdOutImplements appender writing to a stdout file
 CLogger::LoggerAppenderStreamImplements appender writing to an output stream via StreamWriter
 CLogger::LoggerEventParameterImplements callable parameter which is evaluated in run-time when event is rendered
 CLogger::LoggerFilterLevelImplements the filter according event LoggerLevel
 CLogger::LoggerFilterRegexImplements filtering according to a regular expression on the event message
 CLogger::LoggerRootImplements the root class for loggers; does not allow a parent logger to be set
 CLogger::LoggerWrapperClass handling a LoggerInterface object as a member and providing atomic logging through it
 CLogger::StdoutAppenderAppender for logging to the console