C# Class Codaxy.Common.Logging.TextLogAppender

Inheritance: ILogAppender
Afficher le fichier Open project: codaxy/common

Méthodes publiques

Méthode Description
Log ( LogEntry entry ) : void
TextLogAppender ( ) : System

Méthodes protégées

Méthode Description
GetWriterHandle ( ) : IWriterHandle

Private Methods

Méthode Description
messageQueue_NewItems ( object sender, ItemsEventArgs e ) : void

Method Details

GetWriterHandle() protected abstract méthode

protected abstract GetWriterHandle ( ) : IWriterHandle
Résultat IWriterHandle

Log() public méthode

public Log ( LogEntry entry ) : void
entry LogEntry
Résultat void

TextLogAppender() public méthode

public TextLogAppender ( ) : System
Résultat System