Interface Appender

All Known Implementing Classes:
ArchiveAppender

public interface Appender
Implementations may be added to an AppenderAdapter to capture log messages.
Author:
rob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the underlying Log implementation with event.
  • Method Details

    • append

      void append(LoggingEvent event)
      Called by the underlying Log implementation with event.
      Parameters:
      event - The log event. Never null.