Свойство | Тип | Описание | |
---|---|---|---|
SaveToFile | bool |
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
ErrorLog ( |
||
ErrorLog ( string text ) : void | ||
Init ( ) : void | ||
Write ( string text, ConsoleColor color = ConsoleColor.White ) : void | ||
WriteExceptionDetails ( |
public static ErrorLog ( |
||
exception | ||
Результат | void |
public static ErrorLog ( string text ) : void | ||
text | string | |
Результат | void |
public static Write ( string text, ConsoleColor color = ConsoleColor.White ) : void | ||
text | string | |
color | ConsoleColor | |
Результат | void |
public static WriteExceptionDetails ( |
||
exception | ||
builderToFill | StringBuilder | |
level | int | |
Результат | void |