![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtBasicSTDLoggerEngine class provides a basic STD logger engine. More...
#include <QxtBasicSTDLoggerEngine>
Inherits QxtLoggerEngine.
The QxtBasicSTDLoggerEngine class provides a basic STD logger engine.
Example basic STD log output:
[22:38:33.159] [Error] Unknown error [22:51:43.488] [Debug] What's going on? Hi there!
See also QxtLogger.
Constructor.
Destructor.
Enables level if enable is true, disables otherwise.
Returns the stderr stream.
Returns the stdout stream.
A helper function that actually writes msgs to stderr with given level.
This function is called by QxtBasicSTDLoggerEngine. Reimplement this function when creating a subclass of QxtBasicSTDLoggerEngine.
A helper function that actually writes msgs to stdout with given level.
This function is called by QxtBasicSTDLoggerEngine. Reimplement this function when creating a subclass of QxtBasicSTDLoggerEngine.
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |