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 | Protected Attributes | List of all members
Zbl::ZblLogToText Class Reference

#include <ZblLogOutput.h>

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

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

ZblLogTextFormatterIFm_formatter
 

Additional Inherited Members

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

Detailed Description

Definition at line 72 of file ZblLogOutput.h.

Constructor & Destructor Documentation

◆ ZblLogToText()

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

Definition at line 14 of file ZblLogOutput.cpp.

◆ ~ZblLogToText()

virtual Zbl::ZblLogToText::~ZblLogToText ( )
inlinevirtual

Definition at line 79 of file ZblLogOutput.h.

Member Function Documentation

◆ sendLogMessage()

void Zbl::ZblLogToText::sendLogMessage ( const ZblLogMessage msg)
virtual

◆ updateLogProfileParameters()

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

Implements Zbl::ZblLogOutput.

Reimplemented in Zbl::ZblLogToTextFile, and Zbl::ZblLogToStdout.

Definition at line 20 of file ZblLogOutput.cpp.

Member Data Documentation

◆ m_formatter

ZblLogTextFormatterIF* Zbl::ZblLogToText::m_formatter
protected

Definition at line 86 of file ZblLogOutput.h.


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