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