C# 클래스 SampleWebApp.Infrastructure.Log4NetGenericLogger

상속: IGenericLogger
파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp

공개 메소드들

메소드 설명
Critical ( object message ) : void
Critical ( object message, Exception ex ) : void
CriticalFormat ( string format ) : void
Error ( object message ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
Log4NetGenericLogger ( string name ) : System
Verbose ( object message ) : void
VerboseFormat ( string format ) : void
Warn ( object message ) : void
WarnFormat ( string format ) : void

메소드 상세

Critical() 공개 메소드

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

Critical() 공개 메소드

public Critical ( object message, Exception ex ) : void
message object
ex System.Exception
리턴 void

CriticalFormat() 공개 메소드

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

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

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

Info() 공개 메소드

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

InfoFormat() 공개 메소드

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

Log4NetGenericLogger() 공개 메소드

public Log4NetGenericLogger ( string name ) : System
name string
리턴 System

Verbose() 공개 메소드

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

VerboseFormat() 공개 메소드

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

Warn() 공개 메소드

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

WarnFormat() 공개 메소드

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