| WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
|
Zuble
0.1
Zuble Framework C++/QML extension API
|
#include <ZblLogOutput.h>


Public Member Functions | |
| ZblLogToText (QObject *parent=nullptr) | |
| virtual | ~ZblLogToText () |
| virtual void | updateLogProfileParameters (const QString &profilePath) |
| virtual void | sendLogMessage (const ZblLogMessage &msg) |
Public Member Functions inherited from Zbl::ZblLogOutput | |
| ZblLogOutput (QObject *parent=nullptr) | |
| virtual | ~ZblLogOutput () |
| QString | getMetadata () |
Public Member Functions inherited from Zbl::ZblLogTargetIF | |
| virtual | ~ZblLogTargetIF () |
Protected Attributes | |
| ZblLogTextFormatterIF * | m_formatter |
Additional Inherited Members | |
Public Types inherited from Zbl::ZblLogOutput | |
| typedef QList< ZblLogOutput * > | zLogModuleList |
Definition at line 72 of file ZblLogOutput.h.
|
explicit |
Definition at line 14 of file ZblLogOutput.cpp.
|
inlinevirtual |
Definition at line 79 of file ZblLogOutput.h.
|
virtual |
Implements Zbl::ZblLogTargetIF.
Definition at line 25 of file ZblLogOutput.cpp.
Referenced by Zbl::ZblLogToStdout::updateLogProfileParameters(), and Zbl::ZblLogToTextFile::updateLogProfileParameters().
|
virtual |
Implements Zbl::ZblLogOutput.
Reimplemented in Zbl::ZblLogToTextFile, and Zbl::ZblLogToStdout.
Definition at line 20 of file ZblLogOutput.cpp.
|
protected |
Definition at line 86 of file ZblLogOutput.h.
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.
1.8.13