프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |