C# Class Serenity.Logging.FileLogger

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

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposing ) : void
InternalFlush ( ) : void
sb ( ) : queue.Enqueue(

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileLogger() public method

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

RandomFileCode() public static method

public static RandomFileCode ( ) : string
return string

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