C# 클래스 TinyTeam.Debuger.TTDebuger

파일 보기 프로젝트 열기: chiuan/TTConsole

공개 프로퍼티들

프로퍼티 타입 설명
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 commandCallback, string CMD_Discribes ) : void
UnRegisterCommand ( string commandString ) : void

메소드 상세

Log() 정적인 공개 메소드

static public Log ( object message ) : void
message object
리턴 void

Log() 정적인 공개 메소드

static public Log ( object message, string customType ) : void
message object
customType string
리턴 void

LogError() 정적인 공개 메소드

static public LogError ( object message ) : void
message object
리턴 void

LogError() 정적인 공개 메소드

static public LogError ( object message, string customType ) : void
message object
customType string
리턴 void

LogWarning() 정적인 공개 메소드

static public LogWarning ( object message ) : void
message object
리턴 void

LogWarning() 정적인 공개 메소드

static public LogWarning ( object message, string customType ) : void
message object
customType string
리턴 void

RegisterCommand() 공개 정적인 메소드

public static RegisterCommand ( string commandString, object>.Func commandCallback, string CMD_Discribes ) : void
commandString string
commandCallback object>.Func
CMD_Discribes string
리턴 void

UnRegisterCommand() 공개 정적인 메소드

public static UnRegisterCommand ( string commandString ) : void
commandString string
리턴 void

프로퍼티 상세

EnableLog 정적으로 공개적으로 프로퍼티

static public bool EnableLog
리턴 bool