C# 클래스 nHydrate.Generator.Common.Logging.MultiProcessFileTraceListener.MultiProcessLogFileWriter

상속: IDisposable
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
Dispose ( ) : void
MultiProcessLogFileWriter ( string fileName, long fileSize ) : System
ThreadStartProc ( ) : void
Write ( string message ) : void
WriteLine ( string message ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CompareFiles ( FileInfo f1, FileInfo f2 ) : int
DeleteOldFiles ( string filePattern, DirectoryInfo workingDirectory, FileInfo _file ) : void
FlushBuffer ( ) : void
GetBufferCopy ( ) : ArrayList
InitializeMutex ( string fileName ) : void
WriteStatements ( ArrayList logStatements ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MultiProcessLogFileWriter() 공개 메소드

public MultiProcessLogFileWriter ( string fileName, long fileSize ) : System
fileName string
fileSize long
리턴 System

ThreadStartProc() 공개 메소드

public ThreadStartProc ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void