AsyncWcfLib

WcfTrc.ITracePlugin Interface

Trace plugins must implement this interface

For a list of all members of this type, see WcfTrc.ITracePlugin Members .

public interface ITracePlugin

Types that implement WcfTrc.ITracePlugin

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.

Requirements

Namespace: SourceForge.AsyncWcfLib

Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)

See Also

WcfTrc.ITracePlugin Members | SourceForge.AsyncWcfLib Namespace