C# Class CoreTechs.Logging.Targets.TraceTarget

Inheritance: Target, IConfigurable, IFlushable
Datei anzeigen Open project: Core-Techs/Logging

Public Methods

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

Method Details

Configure() public method

public Configure ( System.Xml.Linq.XElement xml ) : void
xml System.Xml.Linq.XElement
return void

Flush() public method

public Flush ( System.LogManager logMgr ) : void
logMgr System.LogManager
return void

Write() public method

public Write ( LogEntry entry ) : void
entry LogEntry
return void