Class DebugFormatter
DebugFormatter class
Represents the class for formatting log entry messages.
public class DebugFormatter : Formatter
Constructors
Name | Description |
---|---|
DebugFormatter() | The default constructor. |
Properties
Name | Description |
---|---|
virtual Footer { get; } | Gets or sets the footer. |
virtual Header { get; } | Gets or sets the header. |
virtual LogHeader { get; } | Gets or sets the log header |
Methods
Name | Description |
---|---|
virtual Format(DateTime) | Formats a datetime and return a string to be outputted. |
override Format(LogEntry) | Formats a log entry and return a string to be outputted. |
See Also
- class Formatter
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email