Class Log4jWrapper

java.lang.Object
io.odysz.module.xtable.Log4jWrapper
All Implemented Interfaces:
ILogger

public class Log4jWrapper extends Object implements ILogger
FIXME this class must been removed.
Author:
ody
  • Field Details

    • debug

      protected boolean debug
  • Constructor Details

    • Log4jWrapper

      public Log4jWrapper(String name)
  • Method Details

    • setDebugMode

      public ILogger setDebugMode(boolean isDebug)
      Description copied from interface: ILogger
      Logger can working in debug mode and release mode. If in debug mode, i(), d(), v() are disabled.
      Specified by:
      setDebugMode in interface ILogger
      Returns:
      this logger
    • e

      public void e(String tag, String msg)
      Specified by:
      e in interface ILogger
    • w

      public void w(String tag, String msg)
      Specified by:
      w in interface ILogger
    • i

      public void i(String tag, String msg)
      Specified by:
      i in interface ILogger
    • d

      public void d(String tag, String msg)
      Specified by:
      d in interface ILogger
    • v

      public void v(String tag, String msg)
      Specified by:
      v in interface ILogger