C# 클래스 Dovetail.SDK.Clarify.Log4NetLogger

상속: ILogger
파일 보기 프로젝트 열기: DovetailSoftware/dovetail-bootstrap

공개 메소드들

메소드 설명
Log4NetLogger ( Type type ) : System
LogDebug ( string message ) : void
LogError ( string message ) : void
LogError ( string message, Exception exception ) : void
LogFatal ( string message ) : void
LogFatal ( string message, Exception exception ) : void
LogInfo ( string message ) : void
LogWarn ( string message ) : void

메소드 상세

Log4NetLogger() 공개 메소드

public Log4NetLogger ( Type type ) : System
type System.Type
리턴 System

LogDebug() 공개 메소드

public LogDebug ( string message ) : void
message string
리턴 void

LogError() 공개 메소드

public LogError ( string message ) : void
message string
리턴 void

LogError() 공개 메소드

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

LogFatal() 공개 메소드

public LogFatal ( string message ) : void
message string
리턴 void

LogFatal() 공개 메소드

public LogFatal ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

LogInfo() 공개 메소드

public LogInfo ( string message ) : void
message string
리턴 void

LogWarn() 공개 메소드

public LogWarn ( string message ) : void
message string
리턴 void