TreeFrogFramework 2.10
Loading...
Searching...
No Matches
Variables
tlogger.cpp File Reference
#include <QDir>
#include <QFileInfo>
#include <TLogger>
#include <TSystemGlobal>
#include <TWebApplication>
Include dependency graph for tlogger.cpp:

Variables

constexpr auto DEFAULT_TEXT_ENCODING = "DefaultTextEncoding"
 
const QMap< Tf::LogPriority, QByteArray > priorityHash
 

Variable Documentation

◆ DEFAULT_TEXT_ENCODING

constexpr auto DEFAULT_TEXT_ENCODING = "DefaultTextEncoding"
constexpr

◆ priorityHash

const QMap<Tf::LogPriority, QByteArray> priorityHash
Initial value:
= {
{Tf::FatalLevel, "FATAL"},
{Tf::ErrorLevel, "ERROR"},
{Tf::WarnLevel, "WARN"},
{Tf::InfoLevel, "INFO"},
{Tf::DebugLevel, "DEBUG"},
{Tf::TraceLevel, "TRACE"},
}
@ 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