Optional aftCfg: AftConfigPrivate _initialisedPrivate _stepReadonly aftthe AftConfig instance used by this instance
Readonly loggerthe console logger used by this ReportingManager
Readonly namethe name sent to all ReportingPlugin function calls
and used to create this instance's AftLogger
Readonly pluginsan array of enabled ReportingPlugin instances
the LogLevel governing output to this instance's console
logger. the value can be modified by passing in a custom
AftConfig instance where the logLevel has been set or
by simply specifying a logLevel in your aftconfig.json
function will log to the console and then send the LogLevel,
message and data on to any loaded ReportingPlugin objects
the LogLevel of this message
the string to be logged
Rest ...data: any[]an array of additional data to be included in the logs
function will send the passed in TestResult to any loaded IResultsPlugin implementations
allowing them to process the result
a TestResult object to be sent
Generated using TypeDoc
a class that manages reporting plugins and handles test logging and results. Configuration for this class can be passed in directly via
AftConfigor specified inaftconfig.jsonlike:NOTE: