C# Class Codaxy.Common.Logging.TextLogAppender

Inheritance: ILogAppender
Exibir arquivo Open project: codaxy/common

Public Methods

Method Description
Log ( LogEntry entry ) : void
TextLogAppender ( ) : System

Protected Methods

Method Description
GetWriterHandle ( ) : IWriterHandle

Private Methods

Method Description
messageQueue_NewItems ( object sender, ItemsEventArgs e ) : void

Method Details

GetWriterHandle() protected abstract method

protected abstract GetWriterHandle ( ) : IWriterHandle
return IWriterHandle

Log() public method

public Log ( LogEntry entry ) : void
entry LogEntry
return void

TextLogAppender() public method

public TextLogAppender ( ) : System
return System