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

Inheritance: Appender
显示文件 Open project: sapo/sapo-services-sdk

Protected Properties

Property Type Description
writer System.IO.TextWriter

Public Methods

Method 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 method

public OnEntry ( Entry e ) : void
e Entry
return void

OnTrace() public method

public OnTrace ( System.Trace t ) : void
t System.Trace
return void

TextWriterAppender() public method

public TextWriterAppender ( configuration appender, TextWriter writer ) : System
appender configuration
writer System.IO.TextWriter
return System

Write() public method

public Write ( Entry e, int deep ) : void
e Entry
deep int
return void

Write() public method

public Write ( System.Trace t ) : void
t System.Trace
return void

Property Details

writer protected_oe property

protected TextWriter,System.IO writer
return System.IO.TextWriter