Class ExceptionLogger

java.lang.Object
de.ikor.sip.foundation.testkit.exception.handler.ExceptionLogger

public class ExceptionLogger extends Object
Provides static methods for logging exceptions
  • Method Details

    • logException

      public static void logException(Throwable ex)
      Logs generic exceptions
      Parameters:
      ex - exception thrown
    • logTestCaseException

      public static void logTestCaseException(Exception e, String testCaseName)
      Logs exception for specific TestCase
      Parameters:
      e - exception thrown
      testCaseName - name of TestCase