#include <QsLog.h>
|
| class | Helper |
| | The helper forwards the streaming to QDebug and builds the final log message. More...
|
| |
| QsLogging::Logger::~Logger |
( |
| ) |
|
Adds a log message destination. Don't add null destinations.
| void QsLogging::Logger::destroyInstance |
( |
| ) |
|
|
static |
| Logger & QsLogging::Logger::instance |
( |
| ) |
|
|
static |
| Level QsLogging::Logger::levelFromLogMessage |
( |
const QString & |
logMessage, |
|
|
bool * |
conversionSucceeded = 0 |
|
) |
| |
|
static |
| Level QsLogging::Logger::loggingLevel |
( |
| ) |
const |
The default level is INFO.
| void QsLogging::Logger::setLoggingLevel |
( |
Level |
newLevel | ) |
|
Logging at a level < 'newLevel' will be ignored.
The documentation for this class was generated from the following files: