C# 클래스 XLogger, WuxingogoExtension

파일 보기 프로젝트 열기: wuxingogo/WuxingogoExtension 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EnableLog bool

공개 메소드들

메소드 설명
Log ( object message ) : void
Log ( object message, Object context ) : void
LogError ( object message ) : void
LogError ( object message, Object context ) : void
LogErrorFormat ( Object context, string message ) : void
LogFormat ( Object context, string message ) : void
LogFormat ( string message ) : void
LogWarning ( object message ) : void
LogWarning ( object message, Object context ) : void
LogWarningFormat ( Object context, string message ) : void
LogWarningFormat ( string message ) : void

메소드 상세

Log() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogErrorFormat() 공개 정적인 메소드

public static LogErrorFormat ( Object context, string message ) : void
context Object
message string
리턴 void

LogFormat() 공개 정적인 메소드

public static LogFormat ( Object context, string message ) : void
context Object
message string
리턴 void

LogFormat() 공개 정적인 메소드

public static LogFormat ( string message ) : void
message string
리턴 void

LogWarning() 공개 정적인 메소드

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

LogWarning() 공개 정적인 메소드

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

LogWarningFormat() 공개 정적인 메소드

public static LogWarningFormat ( Object context, string message ) : void
context Object
message string
리턴 void

LogWarningFormat() 공개 정적인 메소드

public static LogWarningFormat ( string message ) : void
message string
리턴 void

프로퍼티 상세

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

public static bool EnableLog
리턴 bool