C# 클래스 Customer.Project.Utilities.FormatLogger

상속: IFormatLogger
파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

메소드 설명
Debug ( string messageFormatString ) : void
Error ( Exception ex, string prefix ) : void
Error ( string messageFormatString ) : void
Fatal ( Exception ex, string prefix ) : void
Fatal ( string messageFormatString ) : void
FormatLogger ( log4net.ILog log ) : System
Info ( Exception ex, string messageFormatString ) : void

Logs an exception as an info message

Info ( string messageFormatString ) : void
Log ( LogLevel level, Exception ex, string prefix ) : void
Log ( LogLevel level, string messageFormatString ) : void
Warn ( string messageFormatString ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( Exception ex, string prefix ) : void
ex System.Exception
prefix string
리턴 void

Fatal() 공개 메소드

public Fatal ( string messageFormatString ) : void
messageFormatString string
리턴 void

FormatLogger() 공개 메소드

public FormatLogger ( log4net.ILog log ) : System
log log4net.ILog
리턴 System

Info() 공개 메소드

Logs an exception as an info message
public Info ( Exception ex, string messageFormatString ) : void
ex System.Exception
messageFormatString string
리턴 void

Info() 공개 메소드

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

Log() 공개 메소드

public Log ( LogLevel level, Exception ex, string prefix ) : void
level LogLevel
ex System.Exception
prefix string
리턴 void

Log() 공개 메소드

public Log ( LogLevel level, string messageFormatString ) : void
level LogLevel
messageFormatString string
리턴 void

Warn() 공개 메소드

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