#include "Logging.h"
Public Member Functions | |
| GuiLogger () | |
| Constructs the logging engine. | |
| virtual void | initLoggerEngine () |
| Initialises the logging engine. | |
| virtual void | killLoggerEngine () |
| Kills the logging engine. | |
| virtual bool | isInitialized () const |
| virtual void | writeFormatted (QxtLogger::LogLevel level, const QList< QVariant > &msgs) |
| const LoggerLink * | link () const |
Private Attributes | |
| LoggerLink | _link |