AsyncWcfLib

WcfTrc.PluginFile Members

WcfTrc.PluginFile overview

Public Static Fields

sLastTraceProblem Problem report of the tracing itself, for debugging purpose.

Public Static Properties

DisplayDate choose whether to trace date on each line or not
FileName Set or get the current tracefile path and name.

Public Static Methods

AppInfo Get tracefile header, may be used for Help - About box.
Refresh must be called periodically from Window-Main-Thread
SetTraceOutput Set the current tracefile path and name.

Public Instance Constructors

WcfTrc.PluginFile Constructor Initializes a new instance of the WcfTrc.PluginFile class.

Public Instance Methods

Dispose Graceful application shutdown, called by stop.
Equals (inherited from Object)
Error
Exception
GetHashCode (inherited from Object)
GetType (inherited from Object)
Info
Run Call it periodically (e.g. 5 sec.) to flush buffer to tracefile
Start Write trace header and store 'ApplicationInstance' You can easyly write a similar adapter class to redirect trace output to your own logging framework. See WcfTrcPluginDefault.
Stop Write trace footer
ToString (inherited from Object)
Warning

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

PluginFile Class | SourceForge.AsyncWcfLib Namespace