C# 클래스 Advtools.AdvInterceptor.Logger

파일 보기 프로젝트 열기: ADVTOOLS/ADVinterceptor

공개 메소드들

메소드 설명
Config ( string message ) : void
Debug ( string message ) : void
Error ( string message ) : void
Exception ( Exception e, string message ) : void
Information ( string message ) : void
Log ( LogLevel level, string format ) : void
Logger ( ILogger logger, LogLevel level = LogLevel.Config ) : System
Logger ( LogLevel level = LogLevel.Config ) : System
Warning ( string message ) : void

메소드 상세

Config() 공개 메소드

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

Debug() 공개 메소드

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

Error() 공개 메소드

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

Exception() 공개 메소드

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

Information() 공개 메소드

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

Log() 공개 메소드

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

Logger() 공개 메소드

public Logger ( ILogger logger, LogLevel level = LogLevel.Config ) : System
logger ILogger
level LogLevel
리턴 System

Logger() 공개 메소드

public Logger ( LogLevel level = LogLevel.Config ) : System
level LogLevel
리턴 System

Warning() 공개 메소드

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