Method | Description | |
---|---|---|
WriteError ( string message ) : void | ||
WriteInformation ( string message ) : void | ||
WriteSuccess ( string message ) : void |
Method | Description | |
---|---|---|
WriteColoredText ( string message, ConsoleColor consoleColor ) : void |
public static WriteError ( string message ) : void | ||
message | string | |
return | void |
public static WriteInformation ( string message ) : void | ||
message | string | |
return | void |
public static WriteSuccess ( string message ) : void | ||
message | string | |
return | void |