Class ReportManager
java.lang.Object
com.shaft.tools.io.ReportManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidCreates a custom log entry that will also be added as a step in the execution reportstatic voidCreates a custom log entry at the specified log level that will also be added as a step in the execution reportstatic voidlogDiscrete(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 filestatic voidlogDiscrete(String logText, org.apache.logging.log4j.Level logLevel)
-
Method Details
-
log
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
Creates a custom log entry at the specified log level that will also be added as a step in the execution report- Parameters:
logText- the text that will be logged by actionlogLevel- the log level to use (e.g., Level.ERROR, Level.WARN, Level.INFO)
-
logDiscrete
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
-