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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
logException(Throwable ex)
Logs generic exceptionsstatic void
logTestCaseException(Exception e, String testCaseName)
Logs exception for specific TestCase
-
-
-
Method Detail
-
logException
public static void logException(Throwable ex)
Logs generic exceptions- Parameters:
ex
- exception thrown
-
-