Public Types | |
enum | eLogLevel { xLOG, xFATALERROR, xERROR, xWARNING, xINFO, xVERBOSE, xSTATUS, xSYSERROR } |
Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
Static Public Member Functions | |
static bool | IsEnabled () |
static void | FlushActive () |
static void | SetActiveTarget (TextCtrl pLogger) |
static void | AddTraceMask (string tmask) |
static void | LogMessage (...) |
static void | LogFatalError (...) |
static void | LogError (...) |
static void | LogWarning (...) |
static void | LogInfo (...) |
static void | LogVerbose (...) |
static void | LogStatus (...) |
static void | LogSysError (...) |
enum eLogLevel |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
static bool IsEnabled | ( | ) | [static] |
static void FlushActive | ( | ) | [static] |
static void SetActiveTarget | ( | TextCtrl | pLogger | ) | [static] |
static void AddTraceMask | ( | string | tmask | ) | [static] |
static void LogMessage | ( | ... | ) | [static] |
static void LogFatalError | ( | ... | ) | [static] |
static void LogError | ( | ... | ) | [static] |
static void LogWarning | ( | ... | ) | [static] |
static void LogInfo | ( | ... | ) | [static] |
static void LogVerbose | ( | ... | ) | [static] |
static void LogStatus | ( | ... | ) | [static] |
static void LogSysError | ( | ... | ) | [static] |