Class Log

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

@Deprecated public class Log extends Object
Deprecated.
  • Constructor Details

    • Log

      public Log()
      Deprecated.
  • Method Details

    • getHistory

      public static List<String> getHistory()
      Deprecated.
    • debug

      public static void debug(Object msg)
      Deprecated.
    • info

      public static void info(Object msg)
      Deprecated.
    • fine

      public static void fine(Object msg)
      Deprecated.
    • severe

      public static void severe(Object msg)
      Deprecated.
    • warn

      public static void warn(Object msg)
      Deprecated.
    • post

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

      public static void post(Level level, Color color, Object obj)
      Deprecated.
    • isShowingTicks

      public static boolean isShowingTicks()
      Deprecated.
    • setShowingTicks

      public static void setShowingTicks(boolean showingTicks)
      Deprecated.
    • isDebug

      public static boolean isDebug()
      Deprecated.
    • setDebug

      public static void setDebug(boolean debug)
      Deprecated.