Метод | Описание | |
---|---|---|
PrintError ( string value ) : void | ||
PrintInfo ( string value ) : void | ||
PrintSuccess ( string value ) : void |
Print text with color
|
|
PrintWarning ( string value ) : void | ||
PrintlnError ( string value ) : void | ||
PrintlnInfo ( string value ) : void | ||
PrintlnSuccess ( string value ) : void |
Print line with color
|
|
PrintlnWarning ( string value ) : void |
public static PrintError ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintInfo ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintSuccess ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintWarning ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintlnError ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintlnInfo ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintlnSuccess ( string value ) : void | ||
value | string | |
Результат | void |
public static PrintlnWarning ( string value ) : void | ||
value | string | |
Результат | void |