|
| Multiplexer (MuxLogCallbacks log_callbacks, bool &legacy_input_filter_behaviour) |
|
void | LogOutputMessage (const wxString &msg, wxString stream_name, bool b_filter) |
|
void | LogOutputMessageColor (const wxString &msg, const wxString &stream_name, const wxString &color) |
|
void | LogInputMessage (const wxString &msg, const wxString &stream_name, bool b_filter, bool b_error=false, const wxString error_msg=wxEmptyString) |
| Logs an input message with context information.
|
|
bool | IsLogActive () |
|
Definition at line 50 of file multiplexer.h.
◆ Multiplexer()
Multiplexer::Multiplexer |
( |
MuxLogCallbacks |
log_callbacks, |
|
|
bool & |
legacy_input_filter_behaviour |
|
) |
| |
◆ ~Multiplexer()
Multiplexer::~Multiplexer |
( |
| ) |
|
◆ IsLogActive()
bool Multiplexer::IsLogActive |
( |
| ) |
|
|
inline |
◆ LogInputMessage()
void Multiplexer::LogInputMessage |
( |
const wxString & |
msg, |
|
|
const wxString & |
stream_name, |
|
|
bool |
b_filter, |
|
|
bool |
b_error = false , |
|
|
const wxString |
error_msg = wxEmptyString |
|
) |
| |
Logs an input message with context information.
- Parameters
-
msg | The message to be logged. |
stream_name | The name of the stream from which the message originated. |
b_filter | Indicates whether the message was filtered. |
b_error | Indicates whether the message has an error such as bad CRC. |
error_msg | The error message to be logged. |
Definition at line 165 of file multiplexer.cpp.
◆ LogOutputMessage()
void Multiplexer::LogOutputMessage |
( |
const wxString & |
msg, |
|
|
wxString |
stream_name, |
|
|
bool |
b_filter |
|
) |
| |
◆ LogOutputMessageColor()
void Multiplexer::LogOutputMessageColor |
( |
const wxString & |
msg, |
|
|
const wxString & |
stream_name, |
|
|
const wxString & |
color |
|
) |
| |
The documentation for this class was generated from the following files: