#include <wx/log.h>
Specialized formatter not formatting the messages at all.
This class can be used to make wxLog log just the messages themselves, without any time stamps or prefixes indicating their severity.
Example of using it:
Public Member Functions | |
wxLogFormatterNone () | |
Trivial default constructor. More... | |
Public Member Functions inherited from wxLogFormatter | |
wxLogFormatter () | |
The default ctor does nothing. More... | |
virtual wxString | Format (wxLogLevel level, const wxString &msg, const wxLogRecordInfo &info) const |
This function creates the full log message string. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from wxLogFormatter | |
virtual wxString | FormatTimeMS (wxLongLong_t msec) const |
This function formats the time stamp part of the log message including milliseconds. More... | |
virtual wxString | FormatTime (time_t time) const |
This function formats the time stamp part of the log message. More... | |
wxLogFormatterNone::wxLogFormatterNone | ( | ) |
Trivial default constructor.