C# 클래스 IsraelHiking.DataAccess.Logger

상속: System.Web.Http.ExceptionHandling.ExceptionLogger, ILogger
파일 보기 프로젝트 열기: IsraelHikingMap/Site 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
LogAsync ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context, CancellationToken cancellationToken ) : Task
Warn ( string message ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

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

Log() 공개 메소드

public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext
리턴 void

LogAsync() 공개 메소드

public LogAsync ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context, CancellationToken cancellationToken ) : Task
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext
cancellationToken System.Threading.CancellationToken
리턴 Task

Warn() 공개 메소드

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