Class Log

java.lang.Object
org.rspeer.commons.logging.Log

public class Log extends Object
  • Constructor Details

    • Log

      public Log()
  • Method Details

    • getDispatcher

      public static EventDispatcher getDispatcher()
    • debug

      public static void debug(Object msg)
    • info

      public static void info(Object msg)
    • fine

      public static void fine(Object msg)
    • severe

      public static void severe(Object msg)
    • warn

      public static void warn(Object msg)
    • post

      public static void post(Level level, Object obj)
    • post

      public static void post(Level level, Color color, Object obj)
    • isDebug

      public static boolean isDebug()
    • setDebug

      public static void setDebug(boolean debug)