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
virtual void logOutput(Logtype _type, QString _message)
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
virtual ~LoggingInterface()
Destructor.