C# Class CoreTechs.Logging.Targets.FileTarget

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

Méthodes publiques

Méthode Description
Configure ( System.Xml.Linq.XElement xml ) : void
Dispose ( ) : void
FileTarget ( ) : System
Write ( LogEntry entry ) : void

Private Methods

Méthode Description
CreateLogFile ( FileInfo file ) : LogFile
DeleteOldLogFiles ( ) : void
GetNextLogFile ( ) : LogFile
Init ( ) : void
IsPathDirectory ( [ path ) : bool

Method Details

Configure() public méthode

public Configure ( System.Xml.Linq.XElement xml ) : void
xml System.Xml.Linq.XElement
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileTarget() public méthode

public FileTarget ( ) : System
Résultat System

Write() public méthode

public Write ( LogEntry entry ) : void
entry LogEntry
Résultat void