Метод | Описание | |
---|---|---|
ASSERT ( string format ) : void | ||
Debug ( string format ) : void | ||
FATAL ( string format ) : void | ||
FINEST ( string format ) : void | ||
INFO ( string format ) : void | ||
Log ( string log ) : void | ||
WARN ( string format ) : void |
public static ASSERT ( string format ) : void | ||
format | string | |
Результат | void |
public static Debug ( string format ) : void | ||
format | string | |
Результат | void |
public static FATAL ( string format ) : void | ||
format | string | |
Результат | void |
public static FINEST ( string format ) : void | ||
format | string | |
Результат | void |
public static INFO ( string format ) : void | ||
format | string | |
Результат | void |
public static WARN ( string format ) : void | ||
format | string | |
Результат | void |