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