Package com.shaft.tools.io
Class ReportManager
java.lang.Object
com.shaft.tools.io.ReportManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Creates a custom log entry that will also be added as a step in the execution reportstatic void
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 filestatic void
logDiscrete
(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
-
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
-