Class StandardOutputAppender

java.lang.Object
com.enterprisedt.util.debug.StandardOutputAppender
All Implemented Interfaces:
Appender

public class StandardOutputAppender extends Object implements Appender
Appends log statements to standard output
Version:
$Revision$
Author:
Bruce Blackshaw
  • Field Details

    • cvsId

      public static String cvsId
      Revision control id
  • Constructor Details

    • StandardOutputAppender

      public StandardOutputAppender()
      Constructor
  • Method Details

    • log

      public void log(String msg)
      Log a message
      Specified by:
      log in interface Appender
      Parameters:
      msg - message to log
    • log

      public void log(Throwable t)
      Description copied from interface: Appender
      Log a stack trace
      Specified by:
      log in interface Appender
      Parameters:
      t - throwable object
    • close

      public void close()
      Description copied from interface: Appender
      Close this appender
      Specified by:
      close in interface Appender