C# Class nHydrate.Generator.Common.Logging.MultiProcessFileTraceListener.MultiProcessLogFileWriter

Inheritance: IDisposable
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
Dispose ( ) : void
MultiProcessLogFileWriter ( string fileName, long fileSize ) : System
ThreadStartProc ( ) : void
Write ( string message ) : void
WriteLine ( string message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MultiProcessLogFileWriter() public méthode

public MultiProcessLogFileWriter ( string fileName, long fileSize ) : System
fileName string
fileSize long
Résultat System

ThreadStartProc() public méthode

public ThreadStartProc ( ) : void
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void