Метод | Описание | |
---|---|---|
Error ( bool debug, string method, |
||
Error ( bool debug, string method, string message ) : void | ||
Log ( bool debug, string method, |
||
Log ( bool debug, string method, string message ) : void |
public static Error ( bool debug, string method, |
||
debug | bool | |
method | string | |
exception | ||
Результат | void |
public static Error ( bool debug, string method, string message ) : void | ||
debug | bool | |
method | string | |
message | string | |
Результат | void |
public static Log ( bool debug, string method, |
||
debug | bool | |
method | string | |
exception | ||
Результат | void |
public static Log ( bool debug, string method, string message ) : void | ||
debug | bool | |
method | string | |
message | string | |
Результат | void |