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::ZblLogTextFormatterIF Class Referenceabstract

Interface for log output modules that perform text formatting operations. More...

#include <ZblLogTextFormatterIF.h>

Inheritance diagram for Zbl::ZblLogTextFormatterIF:
Inheritance graph
[legend]

Public Member Functions

virtual ~ZblLogTextFormatterIF ()
 
virtual QString formatLogMessage (const ZblLogMessage &msg)=0
 

Detailed Description

Interface for log output modules that perform text formatting operations.

Log output modules that change the format of text stream log output can be constructed by implementing ZblLogTextFormatterIF. The ZblLogToText and ZblLogToStdout output modules uses this interface to

See also
Zbl::ZblLogOutput

Definition at line 44 of file ZblLogTextFormatterIF.h.

Constructor & Destructor Documentation

◆ ~ZblLogTextFormatterIF()

virtual Zbl::ZblLogTextFormatterIF::~ZblLogTextFormatterIF ( )
inlinevirtual

Definition at line 47 of file ZblLogTextFormatterIF.h.

Member Function Documentation

◆ formatLogMessage()

virtual QString Zbl::ZblLogTextFormatterIF::formatLogMessage ( const ZblLogMessage msg)
pure virtual

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