C# Class CoreTechs.Logging.Targets.LogFile

Inheritance: IDisposable
Show file Open project: Core-Techs/Logging Class Usage Examples

Private Properties

Property Type Description
CleanupLazyWriter void
CreateLazyWriter Lazy

Public Methods

Method Description
Append ( string s ) : void
Dispose ( ) : void
LogFile ( [ path ) : System
ReadAllText ( ) : string

Private Methods

Method Description
CleanupLazyWriter ( ) : void
CreateLazyWriter ( ) : Lazy

Method Details

Append() public method

public Append ( string s ) : void
s string
return void

Dispose() public method

public Dispose ( ) : void
return void

LogFile() public method

public LogFile ( [ path ) : System
path [
return System

ReadAllText() public method

public ReadAllText ( ) : string
return string