com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class NullAppender

  • All Implemented Interfaces:
    IAppender, com.aspose.ms.System.IDisposable


    public final class NullAppender
    extends Appender

    Represents a do-nothing appender.

    • Constructor Detail

      • NullAppender

        public NullAppender()

        Creates a new instace of NullAppender.

    • Method Detail

      • append

        public void append(LogEntry entry)

        Appends a log entry to NullAppender.

        Specified by:
        append in interface IAppender
        Specified by:
        append in class Appender
        Parameters:
        entry - The entry need to log.