Class ReportManager

java.lang.Object
com.shaft.tools.io.ReportManager

public class ReportManager extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    log(String logText)
    Creates a custom log entry that will also be added as a step in the execution report
    static void
    log(String logText, org.apache.logging.log4j.Level logLevel)
     
    static void
    Creates a custom log entry that will not be added as a step in the execution report, but you can see it in the attached execution log txt file
    static void
    logDiscrete(String logText, org.apache.logging.log4j.Level logLevel)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • log

      public static void log(String logText)
      Creates a custom log entry that will also be added as a step in the execution report
      Parameters:
      logText - the text that will be logged by action
    • log

      public static void log(String logText, org.apache.logging.log4j.Level logLevel)
    • logDiscrete

      public static void logDiscrete(String logText)
      Creates a custom log entry that will not be added as a step in the execution report, but you can see it in the attached execution log txt file
      Parameters:
      logText - the text that will be logged by action
    • logDiscrete

      public static void logDiscrete(String logText, org.apache.logging.log4j.Level logLevel)