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
Type | Description |
---|---|
FileAppender | Appends log statements to a file |
MemoryAppender | Appends log statements to an in-memory buffer. |
RollingFileAppender | Rolling file appender that moves the log file to a backup file once it exceeds a certain size. |
StandardOutputAppender | Appends log statements to standard output |
TraceAppender | Appends log statements using Trace. |
Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll)