#include <logger.h>
Public Slots | |
virtual void | print (const QString &text, int type=Configuration::Normal) |
virtual void | printDebug (const QString &text) |
virtual void | reload () |
Public Member Functions | |
Logger (QObject *parent=0, const char *name=0) | |
virtual | ~Logger () |
const
QString&
to the print() slot. The text is outputted depending on the type
parameter. Either to the normal log file, or debug.
Definition at line 44 of file logger.h.
|
Default constructor Definition at line 34 of file logger.cpp. References Config(). |
|
default destructor Definition at line 43 of file logger.cpp. |
|
Prints
Definition at line 50 of file logger.cpp. References Config(), Configuration::Log, and LogConfig::UseLog. Referenced by printDebug(). |
|
Prints
Definition at line 65 of file logger.cpp. References print(). |
|
Reloads the log text streams. Reopens log files. Useful if the user's configuration settings regarding logs have changed. Definition at line 70 of file logger.cpp. |