Метод | Описание | |
---|---|---|
WriteError ( string message ) : void | ||
WriteException ( |
||
WriteMessage ( string message ) : void | ||
WriteMessageWithColor ( string colorName, string message ) : void | ||
WriteStatus ( string message ) : void | ||
WriteVerbose ( string message ) : void | ||
WriteWarning ( string message ) : void |
public WriteError ( string message ) : void | ||
message | string | |
Результат | void |
public WriteException ( |
||
error | ||
Результат | void |
public WriteMessage ( string message ) : void | ||
message | string | |
Результат | void |
public WriteMessageWithColor ( string colorName, string message ) : void | ||
colorName | string | |
message | string | |
Результат | void |
public WriteStatus ( string message ) : void | ||
message | string | |
Результат | void |
public WriteVerbose ( string message ) : void | ||
message | string | |
Результат | void |
public WriteWarning ( string message ) : void | ||
message | string | |
Результат | void |