C# Class Serenity.Logging.FileLogger

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

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
InternalFlush ( ) : void
sb ( ) : queue.Enqueue(

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileLogger() public méthode

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

RandomFileCode() public static méthode

public static RandomFileCode ( ) : string
Résultat string

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