QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlNullLogger Class Reference

An implementation of QtlLogger which drops all messages. More...

Inheritance diagram for QtlNullLogger:
QtlLogger

Public Member Functions

virtual void debug (const QString &line, const QColor &color=QColor()) Q_DECL_OVERRIDE
 Log a line of debug text. More...
 
virtual void line (const QString &line, const QColor &color=QColor()) Q_DECL_OVERRIDE
 Log a line of text. More...
 
virtual void text (const QString &text) Q_DECL_OVERRIDE
 Log text. More...
 

Detailed Description

An implementation of QtlLogger which drops all messages.

Member Function Documentation

◆ text()

virtual void QtlNullLogger::text ( const QString &  text)
inlinevirtual

Log text.

Parameters
[in]textText to log.

Implements QtlLogger.

◆ line()

virtual void QtlNullLogger::line ( const QString &  line,
const QColor &  color = QColor() 
)
inlinevirtual

Log a line of text.

Parameters
[in]lineLine to log. No need to contain a trailing new-line character.
[in]colorWhen a valid color is passed, try to display the text in this color.

Implements QtlLogger.

◆ debug()

virtual void QtlNullLogger::debug ( const QString &  line,
const QColor &  color = QColor() 
)
inlinevirtual

Log a line of debug text.

Parameters
[in]lineLine to log. No need to contain a trailing new-line character.
[in]colorWhen a valid color is passed, try to display the text in this color.

Implements QtlLogger.


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