C# Class CoreTechs.Logging.Targets.LogFile

Inheritance: IDisposable
Afficher le fichier Open project: Core-Techs/Logging Class Usage Examples

Private Properties

Свойство Type Description
CleanupLazyWriter void
CreateLazyWriter Lazy

Méthodes publiques

Méthode Description
Append ( string s ) : void
Dispose ( ) : void
LogFile ( [ path ) : System
ReadAllText ( ) : string

Private Methods

Méthode Description
CleanupLazyWriter ( ) : void
CreateLazyWriter ( ) : Lazy

Method Details

Append() public méthode

public Append ( string s ) : void
s string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogFile() public méthode

public LogFile ( [ path ) : System
path [
Résultat System

ReadAllText() public méthode

public ReadAllText ( ) : string
Résultat string