Свойство | Тип | Описание | |
---|---|---|---|
OnOutput | LogSystemOutputDelegation |
Метод | Описание | |
---|---|---|
Assert ( bool check, string format ) : void | ||
Error ( string format ) : void | ||
Info ( string format ) : void | ||
Log ( string msg ) : void | ||
Warn ( string format ) : void |
Метод | Описание | |
---|---|---|
Debug ( string format ) : void | ||
Output ( Log_Type type, string msg ) : void |
public static Assert ( bool check, string format ) : void | ||
check | bool | |
format | string | |
Результат | void |
public static Error ( string format ) : void | ||
format | string | |
Результат | void |
public static Info ( string format ) : void | ||
format | string | |
Результат | void |
public static Warn ( string format ) : void | ||
format | string | |
Результат | void |