C# Class pt.sapo.gis.trace.appender.Appender

Inheritance: IDisposable
Afficher le fichier Open project: sapo/sapo-services-sdk

Protected Properties

Свойство Type Description
severities severityType[]>.Dictionary

Méthodes publiques

Méthode Description
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

Method Details

Appender() public méthode

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
Résultat System.Linq

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnEntry() public abstract méthode

public abstract OnEntry ( Entry e ) : void
e Entry
Résultat void

OnTrace() public abstract méthode

public abstract OnTrace ( System.Trace t ) : void
t System.Trace
Résultat void

Property Details

severities protected_oe property

protected Dictionary severities
Résultat severityType[]>.Dictionary