Class ExceptionLogger


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

      • 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