Package pal.util

Class Log

java.lang.Object
pal.util.Log
All Implemented Interfaces:
Logger

public class Log extends Object implements Logger
Log provides a mechanism for logging and debugging to the standard output stream.
Version:
$Revision: 1.2 $
Author:
Alexei Drummond
  • Constructor Details

    • Log

      public Log()
  • Method Details

    • setDebug

      public void setDebug(boolean on)
    • isDebugging

      public boolean isDebugging()
    • log

      public void log(Object s)
      Specified by:
      log in interface Logger
    • debug

      public void debug(Object s)
      Specified by:
      debug in interface Logger
    • getDefaultLogger

      public static Logger getDefaultLogger()
    • setDefaultLogger

      public static void setDefaultLogger(Logger logger)