101 void slotLog(QString _message);
Logtype
Log types for Message Window.
void slotLog(Logtype _type, QString _message)
Log messages with a given Logtype.
Logtype defaultLogType_
Default logtype ( used for streams )
~PluginLogger()
Destructor.
void log(Logtype, QString)
Sends the generated logs to the core.
PluginLogger(QString _pluginName, Logtype _type=LOGOUT)
Standard Constructor.
void operator<<(const std::string &_s)
Provide operator for streaming.
QString pluginName_
prepend this name to all output messages