com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ConsoleAppender

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


    public class ConsoleAppender
    extends Appender

    Represents an appender for console output.

    • Constructor Detail

      • ConsoleAppender

        public ConsoleAppender()

        Initializes a new instance of the ConsoleAppender class.

    • Method Detail

      • append

        public void append(LogEntry entry)

        Appends the specified log entry to the appender.

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