Trace plugins must implement this interface
For a list of all members of this type, see WcfTrc.ITracePlugin Members .
Type | Description |
---|---|
WcfTrc.PluginDefault |
The default implementation of a ITracePlugin Writes to visual studio diagnostic console or to Terminal/Console. You can easyly write a similar adapter class to redirect trace output to your own logging framework. |
WcfTrc.PluginFile |
The 'file' implementation of a ITracePlugin Writes 2 tracefiles. Switches to the next tracefile, when 1MB has been reached. Finds default trace folder. |
Namespace: SourceForge.AsyncWcfLib
Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)
WcfTrc.ITracePlugin Members | SourceForge.AsyncWcfLib Namespace