CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ctkErrorLogLevel Class Reference

#include <Libs/Core/ctkErrorLogLevel.h>

Inheritance diagram for ctkErrorLogLevel:
Inheritance graph
[legend]
Collaboration diagram for ctkErrorLogLevel:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 32 of file ctkErrorLogLevel.h.

Member Enumeration Documentation

◆ LogLevel

Enumerator
None 
Unknown 
Status 
Trace 
Debug 
Info 
Warning 
Error 
Critical 
Fatal 

Definition at line 39 of file ctkErrorLogLevel.h.

Constructor & Destructor Documentation

◆ ctkErrorLogLevel()

ctkErrorLogLevel::ctkErrorLogLevel ( )

Member Function Documentation

◆ logLevelAsString()

static QString ctkErrorLogLevel::logLevelAsString ( ctkErrorLogLevel::LogLevel  logLevel)
static

◆ operator()()

QString ctkErrorLogLevel::operator() ( LogLevel  logLevel)

The documentation for this class was generated from the following file: