Method | Description | |
---|---|---|
Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void | ||
WriteError ( string message = "" ) : void | ||
WriteLine ( string message = "" ) : void | ||
WriteVerbose ( string message = "" ) : void |
Method | Description | |
---|---|---|
WriteLog ( string message ) : void |
public static Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void | ||
logDir | string | |
logToFile | bool | |
verbose | bool | |
quiet | bool | |
return | void |
public static WriteError ( string message = "" ) : void | ||
message | string | |
return | void |
public static WriteLine ( string message = "" ) : void | ||
message | string | |
return | void |
public static WriteVerbose ( string message = "" ) : void | ||
message | string | |
return | void |