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

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

Protected Properties

Свойство Type Description
writer System.IO.TextWriter

Méthodes publiques

Méthode Description
OnEntry ( Entry e ) : void
OnTrace ( System.Trace t ) : void
TextWriterAppender ( configuration appender, TextWriter writer ) : System
Write ( Entry e, int deep ) : void
Write ( System.Trace t ) : void

Method Details

OnEntry() public méthode

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

OnTrace() public méthode

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

TextWriterAppender() public méthode

public TextWriterAppender ( configuration appender, TextWriter writer ) : System
appender configuration
writer System.IO.TextWriter
Résultat System

Write() public méthode

public Write ( Entry e, int deep ) : void
e Entry
deep int
Résultat void

Write() public méthode

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

Property Details

writer protected_oe property

protected TextWriter,System.IO writer
Résultat System.IO.TextWriter