TreeFrogFramework: src/tlogger.cpp File Reference
#include <QDir>
#include <QFileInfo>
#include <TLogger>
#include <TSystemGlobal>
#include <TWebApplication>

◆ DEFAULT_TEXT_ENCODING
|
constexpr auto DEFAULT_TEXT_ENCODING = "DefaultTextEncoding" |
constexpr |
◆ priorityHash
Initial value:
= {
}
@ TraceLevel
Finer-grained informational events than the DEBUG.
Definition tfnamespace.h:236
@ WarnLevel
Potentially harmful situations.
Definition tfnamespace.h:233
@ DebugLevel
Informational events that are most useful to debug the app.
Definition tfnamespace.h:235
@ InfoLevel
Informational messages that highlight the progress of the app.
Definition tfnamespace.h:234
@ FatalLevel
Severe error events that will presumably lead the app to abort.
Definition tfnamespace.h:231
@ ErrorLevel
Error events that might still allow the app to continue running.
Definition tfnamespace.h:232