#include <text_logger.hh>
Inherits QObject, and QTextStream.
Definition at line 33 of file text_logger.hh.
◆ TextLogger() [1/5]
◆ TextLogger() [2/5]
◆ TextLogger() [3/5]
| TextLogger |
( |
FILE * |
fileHandle, |
|
|
QIODevice::OpenMode |
openMode = QIODevice::ReadWrite |
|
) |
| |
◆ TextLogger() [4/5]
| TextLogger |
( |
QString * |
String, |
|
|
QIODevice::OpenMode |
openMode = QIODevice::ReadWrite |
|
) |
| |
◆ TextLogger() [5/5]
| TextLogger |
( |
const QByteArray & |
array, |
|
|
QIODevice::OpenMode |
openMode = QIODevice::ReadOnly |
|
) |
| |
◆ ~TextLogger()
◆ AppendCode
| void AppendCode |
( |
const QString & |
text | ) |
|
|
slot |
◆ AppendOutput
| void AppendOutput |
( |
unsigned int |
id, |
|
|
const QString & |
text |
|
) |
| |
|
slot |
◆ GetCodeLogging()
◆ GetErrorLogging()
◆ GetOutputLogging()
| bool GetOutputLogging |
( |
| ) |
|
◆ SetCodeLogging()
| void SetCodeLogging |
( |
bool |
flag | ) |
|
◆ SetErrorLogging()
| void SetErrorLogging |
( |
bool |
flag | ) |
|
◆ SetOutputLogging()
| void SetOutputLogging |
( |
bool |
flag | ) |
|
◆ log_code_
◆ log_error_
◆ log_output_
The documentation for this class was generated from the following file: