Developer Documentation
|
#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... | |
Interface for sending log messages to the log widget. Logging Interface
Definition in file LoggingInterface.hh.
enum Logtype |
Log types for Message Window.
Use this enum to specify the importance of log messages.
Definition at line 103 of file LoggingInterface.hh.