C# Class CoreTechs.Logging.Targets.TraceTarget

Inheritance: Target, IConfigurable, IFlushable
Afficher le fichier Open project: Core-Techs/Logging

Méthodes publiques

Méthode Description
Configure ( System.Xml.Linq.XElement xml ) : void
Flush ( System.LogManager logMgr ) : void
Write ( LogEntry entry ) : void

Method Details

Configure() public méthode

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

Flush() public méthode

public Flush ( System.LogManager logMgr ) : void
logMgr System.LogManager
Résultat void

Write() public méthode

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