An NDoc Documented Class Library

Appender Interface

Interface for classes that output log statements

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

EnterpriseDT.Util.Debug.Appender
   EnterpriseDT.Util.Debug.CustomLogLevelAppender

public interface Appender

Types that implement Appender

Type Description
FileAppender Appends log statements to a file
StandardOutputAppender Appends log statements to standard output
TraceAppender Appends log statements using Trace.

Requirements

Namespace: EnterpriseDT.Util.Debug

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

Appender Members | EnterpriseDT.Util.Debug Namespace