Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LoggingInterface.hh File Reference

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 { 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:
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 94 of file LoggingInterface.hh.