121 virtual void log(
Logtype _type, QString _message) = 0;
129 virtual void log(QString _message) = 0;
Logtype
Log types for Message Window.
virtual void logOutput(Logtype _type, QString _message)
Interface for all Plugins which do logging to the logging window of the framework.
virtual ~LoggingInterface()
Destructor.