C# 클래스 Acid.PuntoPagos.Sdk.Imp.Log4NetLoggerProxy

상속: Acid.PuntoPagos.Sdk.Interfaces.ILog
파일 보기 프로젝트 열기: acidlabs/puntopagos-sdk

공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
FatalFormat ( string format ) : void
GetLogger ( string loggerType ) : Acid.PuntoPagos.Sdk.Interfaces.ILog
Info ( object message ) : void
Info ( object message, Exception t ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception t ) : void
WarnFormat ( string format ) : void

비공개 메소드들

메소드 설명
Log4NetLoggerProxy ( log4net log ) : System

메소드 상세

Debug() 공개 메소드

public Debug ( object message ) : void
message object
리턴 void

Debug() 공개 메소드

public Debug ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format ) : void
format string
리턴 void

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

ErrorFormat() 공개 메소드

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

Fatal() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

FatalFormat() 공개 메소드

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

GetLogger() 공개 정적인 메소드

public static GetLogger ( string loggerType ) : Acid.PuntoPagos.Sdk.Interfaces.ILog
loggerType string
리턴 Acid.PuntoPagos.Sdk.Interfaces.ILog

Info() 공개 메소드

public Info ( object message ) : void
message object
리턴 void

Info() 공개 메소드

public Info ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string format ) : void
format string
리턴 void

Warn() 공개 메소드

public Warn ( object message ) : void
message object
리턴 void

Warn() 공개 메소드

public Warn ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( string format ) : void
format string
리턴 void