C# 클래스 Codaxy.Common.Logging.TextFileLogAppender

상속: TextLogAppender
파일 보기 프로젝트 열기: codaxy/common 1 사용 예제들

공개 메소드들

메소드 설명
TextFileLogAppender ( String path ) : System
TextFileLogAppender ( String path, bool clear ) : System

보호된 메소드들

메소드 설명
GetWriterHandle ( ) : IWriterHandle

메소드 상세

GetWriterHandle() 보호된 메소드

protected GetWriterHandle ( ) : IWriterHandle
리턴 IWriterHandle

TextFileLogAppender() 공개 메소드

public TextFileLogAppender ( String path ) : System
path String
리턴 System

TextFileLogAppender() 공개 메소드

public TextFileLogAppender ( String path, bool clear ) : System
path String
clear bool
리턴 System