C# Class Serenity.Logging.SqlLogger

Inheritance: ILogger, IDisposable
ファイルを表示 Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
SqlLogger ( ) : Serenity.Abstractions
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
Worker ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

SqlLogger() public method

public SqlLogger ( ) : Serenity.Abstractions
return Serenity.Abstractions

Write() public method

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