C# Class Codaxy.Common.Logging.TextFileLogAppender

Inheritance: TextLogAppender
Afficher le fichier Open project: codaxy/common Class Usage Examples

Méthodes publiques

Méthode Description
TextFileLogAppender ( String path ) : System
TextFileLogAppender ( String path, bool clear ) : System

Méthodes protégées

Méthode Description
GetWriterHandle ( ) : IWriterHandle

Method Details

GetWriterHandle() protected méthode

protected GetWriterHandle ( ) : IWriterHandle
Résultat IWriterHandle

TextFileLogAppender() public méthode

public TextFileLogAppender ( String path ) : System
path String
Résultat System

TextFileLogAppender() public méthode

public TextFileLogAppender ( String path, bool clear ) : System
path String
clear bool
Résultat System