#include <log.hh>
Inheritance diagram for Qmms::Log::BasicConfigurator::
Public Methods | |
~BasicConfigurator () | |
Destructor. More... | |
Static Public Methods | |
void | configure () |
Use this method to configure the qmmslog system. More... | |
void | qmmsLogOutput (QtMsgType type, const char *msg) |
Routes the output from Qt's debugging system to qmmslog. More... | |
Protected Methods | |
BasicConfigurator () | |
Constructor. More... |
Does not allow configuration from a file, but of course categories and appenders can be manipulated from inside the application, as usual. Use PropertyConfigurator if you want full control over the configuration. This class is used simply by invoking the static method configure()
.
|
Constructor. Does nothing. |
|
Destructor. Does nothing. |
|
Use this method to configure the qmmslog system.
It creates a Reimplemented in Qmms::Log::PropertyConfigurator. |
|
Routes the output from Qt's debugging system to qmmslog.
|