C# 클래스 NHibernate3Sample.Autofac.Logging.Log4NetWrapper

상속: ILog
파일 보기 프로젝트 열기: thangchung/NHibernate3Sample

공개 메소드들

메소드 설명
Error ( string message ) : void
Exception ( Exception exception ) : void
GetLogger ( Type type ) : ILog
Info ( string message ) : void
Log4NetWrapper ( Type type ) : System
Warning ( string message ) : void

메소드 상세

Error() 공개 메소드

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

Exception() 공개 메소드

public Exception ( Exception exception ) : void
exception System.Exception
리턴 void

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type type ) : ILog
type System.Type
리턴 ILog

Info() 공개 메소드

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

Log4NetWrapper() 공개 메소드

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

Warning() 공개 메소드

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