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
Public Member Functions | List of all members
Zbl::ZblLogFormatPlainText Class Reference

#include <ZblLogOutput.h>

Inheritance diagram for Zbl::ZblLogFormatPlainText:
Inheritance graph
[legend]
Collaboration diagram for Zbl::ZblLogFormatPlainText:
Collaboration graph
[legend]

Public Member Functions

 ZblLogFormatPlainText (QObject *parent=nullptr)
 
virtual ~ZblLogFormatPlainText ()
 
virtual void updateLogProfileParameters (const QString &profilePath)
 
virtual QString formatLogMessage (const ZblLogMessage &msg)
 
- Public Member Functions inherited from Zbl::ZblLogOutput
 ZblLogOutput (QObject *parent=nullptr)
 
virtual ~ZblLogOutput ()
 
QString getMetadata ()
 
- Public Member Functions inherited from Zbl::ZblLogTextFormatterIF
virtual ~ZblLogTextFormatterIF ()
 

Additional Inherited Members

- Public Types inherited from Zbl::ZblLogOutput
typedef QList< ZblLogOutput * > zLogModuleList
 

Detailed Description

Definition at line 138 of file ZblLogOutput.h.

Constructor & Destructor Documentation

◆ ZblLogFormatPlainText()

Zbl::ZblLogFormatPlainText::ZblLogFormatPlainText ( QObject *  parent = nullptr)
explicit

Definition at line 110 of file ZblLogOutput.cpp.

◆ ~ZblLogFormatPlainText()

virtual Zbl::ZblLogFormatPlainText::~ZblLogFormatPlainText ( )
inlinevirtual

Definition at line 145 of file ZblLogOutput.h.

Member Function Documentation

◆ formatLogMessage()

QString Zbl::ZblLogFormatPlainText::formatLogMessage ( const ZblLogMessage msg)
virtual

Implements Zbl::ZblLogTextFormatterIF.

Definition at line 122 of file ZblLogOutput.cpp.

◆ updateLogProfileParameters()

void Zbl::ZblLogFormatPlainText::updateLogProfileParameters ( const QString &  profilePath)
virtual

Implements Zbl::ZblLogOutput.

Definition at line 116 of file ZblLogOutput.cpp.


The documentation for this class was generated from the following files: