Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
LoggingInterface.hh File Reference
#include <QMetaType>

Go to the source code of this file.

Classes

class  LoggingInterface
 Interface for all Plugins which do logging to the logging window of the framework. More...
 

Enumerations

enum  Logtype {
  LOGSTATUS, LOGOUT, LOGINFO, LOGWARN,
  LOGERR
}
 Log types for Message Window. More...
 

Detailed Description

Interface for sending log messages to the log widget. Logging Interface

Definition in file LoggingInterface.hh.

Enumeration Type Documentation

enum Logtype

Log types for Message Window.

Use this enum to specify the importance of log messages.

Enumerator
LOGSTATUS 

Status log messages. Will be printed in blue in the logwidget

LOGOUT 

Standard log messages. Will be printed in black in the logwidget

LOGINFO 

Info log messages. Will be printed in green in the logwidget

LOGWARN 

Warning messages. Will be printed in yellow in the logwidget

LOGERR 

Error messages. Will be printed in red in the logwidget

Definition at line 103 of file LoggingInterface.hh.