Property | Type | Description | |
---|---|---|---|
EnableLog | bool |
Method | Description | |
---|---|---|
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 | |
return | void |
static public LogError ( object message ) : void | ||
message | object | |
return | void |
static public LogError ( object message, string customType ) : void | ||
message | object | |
customType | string | |
return | void |
static public LogWarning ( object message ) : void | ||
message | object | |
return | void |
static public LogWarning ( object message, string customType ) : void | ||
message | object | |
customType | string | |
return | void |
public static RegisterCommand ( string commandString, object>.Func |
||
commandString | string | |
commandCallback | object>.Func | |
CMD_Discribes | string | |
return | void |
public static UnRegisterCommand ( string commandString ) : void | ||
commandString | string | |
return | void |