C# 클래스 Sdl.Web.Common.Logging.Log4NetLogger

상속: ILogger
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
Configure ( ) : void
Debug ( string messageFormat ) : void
Error ( Exception ex ) : void
Error ( Exception ex, string messageFormat ) : void
Error ( string messageFormat ) : void
Info ( string messageFormat ) : void
Log4NetLogger ( ) : System
Trace ( string messageFormat ) : void
Warn ( string messageFormat ) : void

메소드 상세

Configure() 공개 정적인 메소드

public static Configure ( ) : void
리턴 void

Debug() 공개 메소드

public Debug ( string messageFormat ) : void
messageFormat string
리턴 void

Error() 공개 메소드

public Error ( Exception ex ) : void
ex System.Exception
리턴 void

Error() 공개 메소드

public Error ( Exception ex, string messageFormat ) : void
ex System.Exception
messageFormat string
리턴 void

Error() 공개 메소드

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

Info() 공개 메소드

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

Log4NetLogger() 공개 메소드

public Log4NetLogger ( ) : System
리턴 System

Trace() 공개 메소드

public Trace ( string messageFormat ) : void
messageFormat string
리턴 void

Warn() 공개 메소드

public Warn ( string messageFormat ) : void
messageFormat string
리턴 void