C# Class CodeGarten.Utils.Logger

Inheritance: IDisposable
Show file Open project: CodeGarten/CodeGarten

Public Methods

Method Description
Dispose ( ) : void
Log ( string msg ) : void
Logger ( ) : System
Logger ( TextWriter writer ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
PrintAll ( ) : void
Run ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Log() public method

public Log ( string msg ) : void
msg string
return void

Logger() public method

public Logger ( ) : System
return System

Logger() public method

public Logger ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void