Class TraceableLogger

java.lang.Object
com.gigaspaces.logger.TraceableLogger

public class TraceableLogger extends Object
  • Method Details

    • getLogger

      public static TraceableLogger getLogger(String name)
      Find or create a logger for a named subsystem. If a logger has already been created with the given name it is returned. Otherwise a new logger is created.
      See Also:
    • getTraceLevel

      public int getTraceLevel()
    • showThreadTrace

      public void showThreadTrace()
      Display the trace of the current thread
    • clearThreadTrace

      public void clearThreadTrace()
    • showGlobalTrace

      public void showGlobalTrace()
      Display the global trace
    • isErrorEnabled

      public boolean isErrorEnabled()
    • error

      public void error(String msg)
    • error

      public void error(String msg, Throwable e)
    • isWarnEnabled

      public boolean isWarnEnabled()
    • warn

      public void warn(String msg)
    • warn

      public void warn(String msg, Throwable e)
    • isDebugEnabled

      public boolean isDebugEnabled()
    • debug

      public void debug(String msg)
    • debug

      public void debug(String msg, Throwable e)
    • isTraceEnabled

      public boolean isTraceEnabled()
    • trace

      public void trace(String msg)