com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Interface IAppender

    • Method Detail

      • append

        void append(LogEntry entry)

        Log the specified log entry in Appender specific way.

        Parameters:
        entry - Contains a log message.
      • appendHeader

        void appendHeader()

        Starts log file with specific header.

      • getFormatter

        IFormatter getFormatter()

        Gets or sets the IFormatter.

      • setFormatter

        void setFormatter(IFormatter value)

        Gets or sets the IFormatter.