프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnableLog | bool |
메소드 | 설명 | |
---|---|---|
Log ( object message ) : void | ||
Log ( object message, string customType ) : void | ||
LogError ( object message ) : void | ||
LogError ( object message, string customType ) : void | ||
LogWarning ( object message ) : void | ||
LogWarning ( object message, string customType ) : void | ||
RegisterCommand ( string commandString, object>.Func |
||
UnRegisterCommand ( string commandString ) : void |
static public Log ( object message, string customType ) : void | ||
message | object | |
customType | string | |
리턴 | void |
static public LogError ( object message, string customType ) : void | ||
message | object | |
customType | string | |
리턴 | void |
static public LogWarning ( object message, string customType ) : void | ||
message | object | |
customType | string | |
리턴 | void |
public static RegisterCommand ( string commandString, object>.Func |
||
commandString | string | |
commandCallback | object>.Func | |
CMD_Discribes | string | |
리턴 | void |
public static UnRegisterCommand ( string commandString ) : void | ||
commandString | string | |
리턴 | void |