C# Class Codaxy.Common.Logging.TextFileLogAppender

Inheritance: TextLogAppender
Exibir arquivo Open project: codaxy/common Class Usage Examples

Public Methods

Method Description
TextFileLogAppender ( String path ) : System
TextFileLogAppender ( String path, bool clear ) : System

Protected Methods

Method Description
GetWriterHandle ( ) : IWriterHandle

Method Details

GetWriterHandle() protected method

protected GetWriterHandle ( ) : IWriterHandle
return IWriterHandle

TextFileLogAppender() public method

public TextFileLogAppender ( String path ) : System
path String
return System

TextFileLogAppender() public method

public TextFileLogAppender ( String path, bool clear ) : System
path String
clear bool
return System