Метод | Описание | |
---|---|---|
Error ( string message ) : void | ||
Log ( string message ) : void | ||
Space ( ) : void | ||
Success ( string message ) : void | ||
Warn ( string message ) : void | ||
WriteLine ( string message, ConsoleColor color ) : void |
public static Error ( string message ) : void | ||
message | string | |
Результат | void |
public static Log ( string message ) : void | ||
message | string | |
Результат | void |
public static Success ( string message ) : void | ||
message | string | |
Результат | void |
public static Warn ( string message ) : void | ||
message | string | |
Результат | void |
public static WriteLine ( string message, ConsoleColor color ) : void | ||
message | string | |
color | ConsoleColor | |
Результат | void |