Qmms::Log::Appender | Abstract base class for AppenderSkeletons |
Qmms::Log::AppenderSkeleton | Abstract base class for all Appenders |
Qmms::Log::BaseCategory | Abstract base class for Categories and ProvisionNodes |
Qmms::Log::BasicConfigurator | Class of static methods that configures the qmmslog system in a simple manner |
Qmms::Log::Category | The most important class in the qmmslog package |
Qmms::Log::ConsoleAppender | ConsoleAppender extends StreamAppender to append log events to either stdout or stderr |
Qmms::Log::FileAppender | FileAppender extends StreamAppender to append log events to a file |
Qmms::Log::Hierarchy | This class retrieves categories by name from a QDict and maintains the category hierarchy |
Qmms::Log::HTMLLayout | Not implemented yet |
Qmms::Log::Layout | Abstract base class for Layouts |
Qmms::Log::LayoutAppender | Base class for Appenders that require a Layout |
Qmms::Log::LogException | Handy little exception class that handles exceptions within the qmmslog system |
Qmms::Log::LoggingEvent | Structure that holds the event to be logged |
Qmms::Log::LogLevel | Abstract class of static methods |
Qmms::Log::LogLog | Abstract class of static methods used to output log statements from within the qmmslog package |
Qmms::Log::PatternLayout | A layout formatted according to a pattern of tokens |
Qmms::Log::PropertyConfigurator | Class of static methods that configures the qmmslog system from a properties file |
Qmms::Log::ProvisionNode | Used as a placeholder in the Hierarchy, so that a Category can be created without first creating its parent |
Qmms::Log::RollingFileAppender | RollingFileAppender extends FileAppender by backing up the log files when they reach a certain size |
Qmms::Log::RootCategory | Extends Category to make a special category used as the root of the hierarchy |
Qmms::Log::SimpleLayout | A Layout much like PatternLayout but with no flexibility |
Qmms::Log::SMTPAppender | Not implemented yet |
Qmms::Log::SocketAppender | Not implemented yet |
Qmms::Log::StreamAppender | Abstract base class for any appenders that use a stream |
Qmms::Log::SyslogAppender | Sends LoggingEvents to syslog |
Qmms::Log::TextEditAppender | Appender that spews QmmsLog output to a QTextEdit widget, which is why it has two base classes, namely LayoutAppender and QTextEdit |