DebugFormatter Class

Represents the class for formatting log entry messages.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class DebugFormatter : Formatter

The DebugFormatter type exposes the following members.

Constructors
  NameDescription
Public methodDebugFormatter
Initializes a new instance of the DebugFormatter class
Properties
  NameDescription
Public propertyFooter
Gets or sets the footer.
(Inherited from Formatter.)
Public propertyHeader
Gets or sets the header.
(Inherited from Formatter.)
Public propertyLogHeader
Gets or sets the log header
(Inherited from Formatter.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFormat(DateTime)
Formats a datetime and return a string to be outputted.
(Inherited from Formatter.)
Public methodFormat(LogEntry)
Formats a log entry and return a string to be outputted.
(Overrides FormatterFormat(LogEntry).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also