C# Class CodeArtEng.Diagnostics.TraceFileWriter

Output DEBUG and TRACE log to file.
Show file Open project: Code-Artist/CodeArtEng.Diagnostics

Public Methods

Method Description
TraceFileWriter ( ) : System.IO

Enable / Disable TraceLogger.

Private Methods

Method Description
Recovery ( ) : void
SetupBackupLogFile ( ) : bool
Tracer_OnFlush ( ) : void
Tracer_OnWriteMessage ( string message ) : void
TryWriteMessageToBackupFile ( string message ) : bool
TryWriteMessageToOutputFile ( string message ) : bool

Method Details

TraceFileWriter() public method

Enable / Disable TraceLogger.
public TraceFileWriter ( ) : System.IO
return System.IO