An implementation of QtlLogger which drops all messages.
More...
|
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...
|
|
An implementation of QtlLogger which drops all messages.
◆ text()
virtual void QtlNullLogger::text |
( |
const QString & |
text | ) |
|
|
inlinevirtual |
◆ line()
virtual void QtlNullLogger::line |
( |
const QString & |
line, |
|
|
const QColor & |
color = QColor() |
|
) |
| |
|
inlinevirtual |
Log a line of text.
- Parameters
-
[in] | line | Line to log. No need to contain a trailing new-line character. |
[in] | color | When 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] | line | Line to log. No need to contain a trailing new-line character. |
[in] | color | When 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: