C# 클래스 ArgusTV.Common.Logging.CustomLogger

파일 보기 프로젝트 열기: ARGUS-TV/ARGUS-TV

공개 메소드들

메소드 설명
CustomLogger ( ) : System
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string format ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string format ) : void

보호된 메소드들

메소드 설명
InitializeLogger ( string logLevelSettingName, string fileName ) : void

메소드 상세

CustomLogger() 공개 메소드

public CustomLogger ( ) : System
리턴 System

Debug() 공개 메소드

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

Debug() 공개 메소드

public Debug ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

DebugFormat() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

ErrorFormat() 공개 메소드

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

Fatal() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Info() 공개 메소드

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

Info() 공개 메소드

public Info ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

InfoFormat() 공개 메소드

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

InitializeLogger() 보호된 정적인 메소드

protected static InitializeLogger ( string logLevelSettingName, string fileName ) : void
logLevelSettingName string
fileName string
리턴 void

Warn() 공개 메소드

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

Warn() 공개 메소드

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

WarnFormat() 공개 메소드

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