Class ExceptionLogger

java.lang.Object
com.netcracker.profiler.agent.ExceptionLogger

public class ExceptionLogger extends Object
  • Constructor Details

    • ExceptionLogger

      public ExceptionLogger()
  • Method Details

    • dumpExceptionClass

      public static void dumpExceptionClass(Throwable t)
    • dumpExceptionWithMessage

      public static void dumpExceptionWithMessage(Throwable t)
    • dumpExceptionWithMessageAndStacktrace

      public static void dumpExceptionWithMessageAndStacktrace(Throwable t)
    • logExceptionClass

      public static void logExceptionClass(Throwable t)
    • logExceptionWithMessage

      public static void logExceptionWithMessage(Throwable t)
    • logExceptionWithMessageAndStacktrace

      public static void logExceptionWithMessageAndStacktrace(Throwable t)
    • callRed

      public static void callRed()
    • callRed

      public static void callRed(Throwable t)