Class DebugAppender
DebugAppender class
Represents an appender is only enabled when debugging.
public class DebugAppender : Appender
Constructors
Name | Description |
---|
DebugAppender() | Initializes a new instance of the DebugAppender class. |
Properties
Name | Description |
---|
Formatter { get; set; } | Gets or sets the formatter. |
Methods
Name | Description |
---|
override Append(LogEntry) | Appends the specified log entry to the appender. |
virtual AppendHeader() | Starts log file with specific header. |
virtual Close() | Closes the appender. |
Dispose() | Releases the unmanaged resources used by the Appender. |
virtual Initialize() | Initializes the appender instance. |
See Also