C# 클래스 pt.sapo.gis.trace.appender.Appender

상속: IDisposable
파일 보기 프로젝트 열기: sapo/sapo-services-sdk

보호된 프로퍼티들

프로퍼티 타입 설명
severities severityType[]>.Dictionary

공개 메소드들

메소드 설명
Appender ( pt config ) : System.Linq

Register the appender on trace events indicated on configuration object

Dispose ( ) : void
OnEntry ( Entry e ) : void
OnTrace ( System.Trace t ) : void

메소드 상세

Appender() 공개 메소드

Register the appender on trace events indicated on configuration object
When fail to initialize.
public Appender ( pt config ) : System.Linq
config pt the appender configuration object
리턴 System.Linq

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnEntry() 공개 추상적인 메소드

public abstract OnEntry ( Entry e ) : void
e Entry
리턴 void

OnTrace() 공개 추상적인 메소드

public abstract OnTrace ( System.Trace t ) : void
t System.Trace
리턴 void

프로퍼티 상세

severities 보호되어 있는 프로퍼티

protected Dictionary severities
리턴 severityType[]>.Dictionary