C# 클래스 Debugger, Debugger

상속: MonoBehaviour
파일 보기 프로젝트 열기: topameng/Debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
logger ILogger
threadStack string
useLog bool

공개 메소드들

메소드 설명
Log ( object message ) : void
Log ( string str ) : void
Log ( string str, object arg0 ) : void
Log ( string str, object arg0, object arg1 ) : void
Log ( string str, object arg0, object arg1, object arg2 ) : void
LogError ( object message ) : void
LogError ( string str ) : void
LogError ( string str, object arg0 ) : void
LogError ( string str, object arg0, object arg1 ) : void
LogError ( string str, object arg0, object arg1, object arg2 ) : void
LogException ( Exception, e ) : void
LogException ( string str, Exception, e ) : void
LogWarning ( object message ) : void
LogWarning ( string str ) : void
LogWarning ( string str, object arg0 ) : void
LogWarning ( string str, object arg0, object arg1 ) : void
LogWarning ( string str, object arg0, object arg1, object arg2 ) : void

비공개 메소드들

메소드 설명
GetLogFormat ( string str ) : string

메소드 상세

Log() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

public static Log ( string str ) : void
str string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string str, object arg0 ) : void
str string
arg0 object
리턴 void

Log() 공개 정적인 메소드

public static Log ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
리턴 void

Log() 공개 정적인 메소드

public static Log ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
리턴 void

LogError() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

public static LogError ( string str ) : void
str string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string str, object arg0 ) : void
str string
arg0 object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception, e ) : void
e Exception,
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( string str, Exception, e ) : void
str string
e Exception,
리턴 void

LogWarning() 공개 정적인 메소드

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

LogWarning() 공개 정적인 메소드

public static LogWarning ( string str ) : void
str string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string str, object arg0 ) : void
str string
arg0 object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
리턴 void

프로퍼티 상세

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

public static ILogger logger
리턴 ILogger

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

public static string threadStack
리턴 string

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

public static bool useLog
리턴 bool