C# 클래스 CoreTechs.Logging.Targets.LogFile

상속: IDisposable
파일 보기 프로젝트 열기: Core-Techs/Logging 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CleanupLazyWriter void
CreateLazyWriter Lazy

공개 메소드들

메소드 설명
Append ( string s ) : void
Dispose ( ) : void
LogFile ( [ path ) : System
ReadAllText ( ) : string

비공개 메소드들

메소드 설명
CleanupLazyWriter ( ) : void
CreateLazyWriter ( ) : Lazy

메소드 상세

Append() 공개 메소드

public Append ( string s ) : void
s string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LogFile() 공개 메소드

public LogFile ( [ path ) : System
path [
리턴 System

ReadAllText() 공개 메소드

public ReadAllText ( ) : string
리턴 string