Method | Description | |
---|---|---|
AddLineToLog ( LogLevel level ) : void | ||
AddLog ( string msg, LogLevel level, bool startNewLine = true, LogStyle style = LogStyle.Default ) : void |
Write a log message.
|
|
Logger ( string fileName ) : System | ||
RunCmd ( string command ) : |
||
RunCmdAndGetOutput ( string command ) : string |
Method | Description | |
---|---|---|
AppendLog ( string msg ) : void |
public AddLineToLog ( LogLevel level ) : void | ||
level | LogLevel | |
return | void |
public AddLog ( string msg, LogLevel level, bool startNewLine = true, LogStyle style = LogStyle.Default ) : void | ||
msg | string | Log message. |
level | LogLevel | Log level. |
startNewLine | bool | Start a new line before this message when to UI. True by default. |
style | LogStyle | The style of the message |
return | void |
public RunCmd ( string command ) : |
||
command | string | |
return |
public RunCmdAndGetOutput ( string command ) : string | ||
command | string | |
return | string |