OpenCPN Partial API docs
|
Public Member Functions | |
Multiplexer (MuxLogCallbacks log_callbacks) | |
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) |
Definition at line 48 of file multiplexer.h.
Multiplexer::Multiplexer | ( | MuxLogCallbacks | log_callbacks | ) |
Definition at line 99 of file multiplexer.cpp.
Multiplexer::~Multiplexer | ( | ) |
Definition at line 113 of file multiplexer.cpp.
void Multiplexer::LogInputMessage | ( | const wxString & | msg, |
const wxString & | stream_name, | ||
bool | b_filter, | ||
bool | b_error = false |
||
) |
Definition at line 143 of file multiplexer.cpp.
void Multiplexer::LogOutputMessage | ( | const wxString & | msg, |
wxString | stream_name, | ||
bool | b_filter | ||
) |
Definition at line 135 of file multiplexer.cpp.
void Multiplexer::LogOutputMessageColor | ( | const wxString & | msg, |
const wxString & | stream_name, | ||
const wxString & | color | ||
) |
Definition at line 115 of file multiplexer.cpp.