Convenience base class for anything associated with an operation that needs to write text to the log manager.
#include <Workspace/Application/textlogger.h>
◆ TextLogger() [1/5]
◆ TextLogger() [2/5]
◆ TextLogger() [3/5]
◆ TextLogger() [4/5]
◆ TextLogger() [5/5]
◆ ~TextLogger()
◆ logLine() [1/2]
- Parameters
-
category | The category to assign to the input text. |
msg | The message to write. |
Writes text to the log manager using the specified category, appending a newline to the text message.
◆ logLine() [2/2]
void logLine |
( |
const QString & |
msg | ) |
const |
- Parameters
-
Writes text to the log manager, appending a newline to the text message.
◆ logText() [1/2]
- Parameters
-
category | The category to assign to the input text. |
msg | The message to write. |
Writes text to the log manager using the specified category.
◆ logText() [2/2]
void logText |
( |
const QString & |
msg | ) |
const |
◆ operator=()