C# 클래스 Serenity.Logging.SqlLogger

상속: ILogger, IDisposable
파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( ) : void
SqlLogger ( ) : Serenity.Abstractions
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Worker ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

SqlLogger() 공개 메소드

public SqlLogger ( ) : Serenity.Abstractions
리턴 Serenity.Abstractions

Write() 공개 메소드

public Write ( LoggingLevel level, string message, Exception exception, Type source ) : void
level LoggingLevel
message string
exception System.Exception
source System.Type
리턴 void