Package hec.lang

Class Logger

java.lang.Object
hec.lang.Logger
All Implemented Interfaces:
LoggingConstants

@Deprecated public class Logger extends Object implements LoggingConstants
Deprecated.
  • Method Details

    • init

      public static void init()
      Deprecated.
    • load

      public static void load(String propFile)
      Deprecated.
    • save

      public static void save()
      Deprecated.
    • checkFlag

      public static boolean checkFlag(String flag, int val)
      Deprecated.
    • canLog

      public static boolean canLog(String flag)
      Deprecated.
    • canDebug

      public static boolean canDebug(String flag)
      Deprecated.
    • canWarn

      public static boolean canWarn(String flag)
      Deprecated.
    • log

      public static void log(String flag, String msg)
      Deprecated.
    • debug

      public static void debug(String flag, String msg)
      Deprecated.
    • warn

      public static void warn(String flag, String msg)
      Deprecated.
    • getLogTable

      public static Hashtable<Object,Integer> getLogTable()
      Deprecated.
    • getDebugLevel

      public static int getDebugLevel(String flag)
      Deprecated.
    • setDebugFlag

      public static void setDebugFlag(String flag, int level)
      Deprecated.