C# 클래스 CoreTechs.Logging.Targets.TraceTarget

상속: Target, IConfigurable, IFlushable
파일 보기 프로젝트 열기: Core-Techs/Logging

공개 메소드들

메소드 설명
Configure ( System.Xml.Linq.XElement xml ) : void
Flush ( System.LogManager logMgr ) : void
Write ( LogEntry entry ) : void

메소드 상세

Configure() 공개 메소드

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

Flush() 공개 메소드

public Flush ( System.LogManager logMgr ) : void
logMgr System.LogManager
리턴 void

Write() 공개 메소드

public Write ( LogEntry entry ) : void
entry LogEntry
리턴 void