This is the complete list of members for wxLog, including all inherited members.
AddTraceMask(const wxString &mask) | wxLog | static |
ClearTraceMasks() | wxLog | static |
DisableTimestamp() | wxLog | static |
DoLogRecord(wxLogLevel level, const wxString &msg, const wxLogRecordInfo &info) | wxLog | protectedvirtual |
DoLogText(const wxString &msg) | wxLog | protectedvirtual |
DoLogTextAtLevel(wxLogLevel level, const wxString &msg) | wxLog | protectedvirtual |
DontCreateOnDemand() | wxLog | static |
EnableLogging(bool enable=true) | wxLog | static |
Flush() | wxLog | virtual |
FlushActive() | wxLog | static |
GetActiveTarget() | wxLog | static |
GetLogLevel() | wxLog | static |
GetRepetitionCounting() | wxLog | static |
GetTimestamp() | wxLog | static |
GetTraceMasks() | wxLog | static |
GetVerbose() | wxLog | static |
IsAllowedTraceMask(const wxString &mask) | wxLog | static |
IsEnabled() | wxLog | static |
IsLevelEnabled(wxLogLevel level, wxString component) | wxLog | static |
LogRecord(wxLogLevel level, const wxString &msg, const wxLogRecordInfo &info) | wxLog | |
RemoveTraceMask(const wxString &mask) | wxLog | static |
Resume() | wxLog | static |
SetActiveTarget(wxLog *logtarget) | wxLog | static |
SetComponentLevel(const wxString &component, wxLogLevel level) | wxLog | static |
SetFormatter(wxLogFormatter *formatter) | wxLog | |
SetLogLevel(wxLogLevel logLevel) | wxLog | static |
SetRepetitionCounting(bool repetCounting=true) | wxLog | static |
SetThreadActiveTarget(wxLog *logger) | wxLog | static |
SetTimestamp(const wxString &format) | wxLog | static |
SetVerbose(bool verbose=true) | wxLog | static |
Suspend() | wxLog | static |