YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
logmodel.cpp File Reference
#include "logmodel.h"
#include <QBrush>
#include <QFontDatabase>
+ Include dependency graph for logmodel.cpp:

Go to the source code of this file.

Variables

const QString TRACE_STRING = "TRACE"
 
const QString DEBUG_STRING = "DEBUG"
 
const QString INFO_STRING = "INFO"
 
const QString WARNING_STRING = "WARNING"
 
const QString ERROR_STRING = "ERROR"
 
const QString FATAL_STRING = "FATAL"
 

Variable Documentation

◆ DEBUG_STRING

const QString DEBUG_STRING = "DEBUG"

Definition at line 12 of file logmodel.cpp.

◆ ERROR_STRING

const QString ERROR_STRING = "ERROR"

Definition at line 15 of file logmodel.cpp.

◆ FATAL_STRING

const QString FATAL_STRING = "FATAL"

Definition at line 16 of file logmodel.cpp.

◆ INFO_STRING

const QString INFO_STRING = "INFO"

Definition at line 13 of file logmodel.cpp.

◆ TRACE_STRING

const QString TRACE_STRING = "TRACE"

Definition at line 11 of file logmodel.cpp.

◆ WARNING_STRING

const QString WARNING_STRING = "WARNING"

Definition at line 14 of file logmodel.cpp.