Method | Description | |
---|---|---|
WriteFail ( string message ) : void | ||
WriteInfo ( string message ) : void | ||
WriteOk ( string message ) : void | ||
WriteWarn ( string message ) : void |
Method | Description | |
---|---|---|
WriteLine ( string message, string status, ConsoleColor consoleColor ) : void |
public static WriteFail ( string message ) : void | ||
message | string | |
return | void |
public static WriteInfo ( string message ) : void | ||
message | string | |
return | void |
public static WriteOk ( string message ) : void | ||
message | string | |
return | void |
public static WriteWarn ( string message ) : void | ||
message | string | |
return | void |