69 static void info( QString msg );
73 static void warning( QString msg );
77 static void error( QString msg );
83 static void setLogFilename( QString logfile );
85 static void setQTextEdit( QTextEdit* textedit );
89 static void enableStdOut(
bool enabled );
93 static void setLogLevel(LogLevel level);
98 static QString logLevelToString(LogLevel level);
103 static LogLevel stringToLogLevel(QString level);
This file contains the common type defitions used on the whole framework.
A macro to deprecate functions.
Logger class provides methods for logging messages.
Only warnings and errors are logged.