Interface Appender

All Known Implementing Classes:
FileAppender, MemoryAppender, RollingFileAppender, StandardOutputAppender, StreamAppender

public interface Appender
Interface for classes that output log statements
Version:
$Revision$
Author:
Bruce Blackshaw
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Revision control id
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this appender
    void
    log(String msg)
    Log a message
    void
    Log a stack trace
  • Field Details

  • Method Details

    • close

      void close()
      Close this appender
    • log

      void log(String msg)
      Log a message
      Parameters:
      msg - message to log
    • log

      void log(Throwable t)
      Log a stack trace
      Parameters:
      t - throwable object