52 #ifndef LOGGINGINTERFACE_HH 53 #define LOGGINGINTERFACE_HH 132 virtual void log(
Logtype _type, QString _message) = 0;
140 virtual void log(QString _message) = 0;
160 #endif // LOGGINGINTERFACE_HH Logtype
Log types for Message Window.
virtual ~LoggingInterface()
Destructor.
Interface for all Plugins which do logging to the logging window of the framework.
virtual void logOutput(Logtype _type, QString _message)