Class LogWrapper

Object
com.liferay.portal.kernel.log.LogWrapper
All Implemented Interfaces:
Log
Direct Known Subclasses:
SanitizerLogWrapper

public class LogWrapper extends Object implements Log
Author:
Brian Wing Shun Chan
  • Constructor Details

    • LogWrapper

      public LogWrapper(Log log)
  • Method Details

    • debug

      public void debug(Object msg)
      Specified by:
      debug in interface Log
    • debug

      public void debug(Object msg, Throwable throwable)
      Specified by:
      debug in interface Log
    • debug

      public void debug(Throwable throwable)
      Specified by:
      debug in interface Log
    • error

      public void error(Object msg)
      Specified by:
      error in interface Log
    • error

      public void error(Object msg, Throwable throwable)
      Specified by:
      error in interface Log
    • error

      public void error(Throwable throwable)
      Specified by:
      error in interface Log
    • fatal

      public void fatal(Object msg)
      Specified by:
      fatal in interface Log
    • fatal

      public void fatal(Object msg, Throwable throwable)
      Specified by:
      fatal in interface Log
    • fatal

      public void fatal(Throwable throwable)
      Specified by:
      fatal in interface Log
    • getWrappedLog

      public Log getWrappedLog()
    • info

      public void info(Object msg)
      Specified by:
      info in interface Log
    • info

      public void info(Object msg, Throwable throwable)
      Specified by:
      info in interface Log
    • info

      public void info(Throwable throwable)
      Specified by:
      info in interface Log
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface Log
    • isErrorEnabled

      public boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface Log
    • isFatalEnabled

      public boolean isFatalEnabled()
      Specified by:
      isFatalEnabled in interface Log
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface Log
    • isTraceEnabled

      public boolean isTraceEnabled()
      Specified by:
      isTraceEnabled in interface Log
    • isWarnEnabled

      public boolean isWarnEnabled()
      Specified by:
      isWarnEnabled in interface Log
    • setLog

      public void setLog(Log log)
    • setLogWrapperClassName

      public void setLogWrapperClassName(String className)
      Specified by:
      setLogWrapperClassName in interface Log
    • trace

      public void trace(Object msg)
      Specified by:
      trace in interface Log
    • trace

      public void trace(Object msg, Throwable throwable)
      Specified by:
      trace in interface Log
    • trace

      public void trace(Throwable throwable)
      Specified by:
      trace in interface Log
    • warn

      public void warn(Object msg)
      Specified by:
      warn in interface Log
    • warn

      public void warn(Object msg, Throwable throwable)
      Specified by:
      warn in interface Log
    • warn

      public void warn(Throwable throwable)
      Specified by:
      warn in interface Log
    • printMsg

      protected void printMsg(Object msg)