Method | Description | |
---|---|---|
Dedent ( ) : void | ||
Indent ( ) : void | ||
Log ( string level, string logMessage ) : string | ||
LogToListBox ( string message ) : void | ||
Scope ( string message, string level = LEVEL_INFO ) : IDisposable | ||
addListBox ( |
public static Log ( string level, string logMessage ) : string | ||
level | string | |
logMessage | string | |
return | string |
public static LogToListBox ( string message ) : void | ||
message | string | |
return | void |
public static Scope ( string message, string level = LEVEL_INFO ) : IDisposable | ||
message | string | |
level | string | |
return | IDisposable |
public static addListBox ( |
||
lb | ||
return | void |