C# Class Serenity.Logging.SqlLogger

Inheritance: ILogger, IDisposable
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Worker ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

SqlLogger() public méthode

public SqlLogger ( ) : Serenity.Abstractions
Résultat Serenity.Abstractions

Write() public méthode

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