Keeps track of debug information being printed.
More...
|
static void | WriteLine (string value) |
| Writes a string of text to the logger.
|
|
static void | WriteError (string value) |
|
static void | UpdateProgress (int value) |
| Passes a precent int value over to the progress handler.
|
|
|
static EventHandler | OnDebuggerUpdated |
| Runs an event when the log information is updated.
|
|
static EventHandler | OnProgressUpdated |
| Runs an event when the progress has been updated with a precent value passed. Used when a model is replaced to keep track of progress bar information.
|
|
static bool | IsCurrentError = false |
|
Keeps track of debug information being printed.
◆ GetLog()
string KclLibrary.DebugLogger.GetLog |
( |
| ) |
|
◆ UpdateProgress()
static void KclLibrary.DebugLogger.UpdateProgress |
( |
int | value | ) |
|
|
static |
Passes a precent int value over to the progress handler.
◆ WriteError()
static void KclLibrary.DebugLogger.WriteError |
( |
string | value | ) |
|
|
static |
◆ WriteLine()
static void KclLibrary.DebugLogger.WriteLine |
( |
string | value | ) |
|
|
static |
Writes a string of text to the logger.
◆ IsCurrentError
bool KclLibrary.DebugLogger.IsCurrentError = false |
|
static |
◆ OnDebuggerUpdated
EventHandler KclLibrary.DebugLogger.OnDebuggerUpdated |
|
static |
Runs an event when the log information is updated.
◆ OnProgressUpdated
EventHandler KclLibrary.DebugLogger.OnProgressUpdated |
|
static |
Runs an event when the progress has been updated with a precent value passed. Used when a model is replaced to keep track of progress bar information.
◆ Value
string KclLibrary.DebugLogger.Value |
|
staticprivate |
The documentation for this class was generated from the following file: