com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DebugFormatter

  • All Implemented Interfaces:
    IFormatter


    public class DebugFormatter
    extends Formatter

    Represents the class for formatting log entry messages.

    • Constructor Detail

      • DebugFormatter

        public DebugFormatter()
    • Method Detail

      • format

        public String format(LogEntry entry)

        Formats a log entry and return a string to be outputted.

        Specified by:
        format in interface IFormatter
        Overrides:
        format in class Formatter
        Parameters:
        entry - The Log entry to format.
        Returns:
        String representing the log entry.