C# 클래스 COL.UnityGameWheels.Core.InternalLog

파일 보기 프로젝트 열기: GarfieldJiang/UnityGameWheels.Core 1 사용 예제들

공개 메소드들

메소드 설명
Error ( object message ) : void
Error ( object message, Object context ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Exception ( Exception e ) : void
Exception ( Exception e, Object context ) : void
Fatal ( object message ) : void
Fatal ( object message, Object context ) : void
FatalFormat ( string format ) : void
FatalFormat ( string format, object arg ) : void
FatalFormat ( string format, object arg0, object arg1 ) : void
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void

비공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Object context ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Object context ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
Warning ( object message ) : void
Warning ( object message, Object context ) : void
WarningFormat ( string format ) : void
WarningFormat ( string format, object arg ) : void
WarningFormat ( string format, object arg0, object arg1 ) : void
WarningFormat ( string format, object arg0, object arg1, object arg2 ) : void

메소드 상세

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( object message, Object context ) : void
message object
context Object
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( string format ) : void
format string
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( string format, object arg ) : void
format string
arg object
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void

Exception() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

public static Exception ( Exception e, Object context ) : void
e Exception
context Object
리턴 void

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

public static Fatal ( object message, Object context ) : void
message object
context Object
리턴 void

FatalFormat() 공개 정적인 메소드

public static FatalFormat ( string format ) : void
format string
리턴 void

FatalFormat() 공개 정적인 메소드

public static FatalFormat ( string format, object arg ) : void
format string
arg object
리턴 void

FatalFormat() 공개 정적인 메소드

public static FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

FatalFormat() 공개 정적인 메소드

public static FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void