Function setPlainLogging
Enables/disables output of thread/task ids with each log
message-
By default, only the log
message is displayed (enable
=true).
This method is scheduled for deprecation. Please use setLogFormat
instead.
Prototype
void setPlainLogging( bool enable );
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.