![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/Core/ctkErrorLogLevel.h>
Public Types | |
enum | LogLevel { None = 0x0, Unknown = 0x1, Status = 0x2, Trace = 0x4, Debug = 0x8, Info = 0x10, Warning = 0x20, Error = 0x40, Critical = 0x80, Fatal = 0x100 } |
Public Member Functions | |
ctkErrorLogLevel () | |
QString | operator() (LogLevel logLevel) |
Static Public Member Functions | |
static QString | logLevelAsString (ctkErrorLogLevel::LogLevel logLevel) |
Definition at line 32 of file ctkErrorLogLevel.h.
Enumerator | |
---|---|
None | |
Unknown | |
Status | |
Trace | |
Debug | |
Info | |
Warning | |
Error | |
Critical | |
Fatal |
Definition at line 39 of file ctkErrorLogLevel.h.
ctkErrorLogLevel::ctkErrorLogLevel | ( | ) |
|
static |
QString ctkErrorLogLevel::operator() | ( | LogLevel | logLevel | ) |