Class ReportExecutionContext.ReportLoggerEx

java.lang.Object
com.inductiveautomation.ignition.common.util.LoggerEx
com.inductiveautomation.reporting.gateway.api.ReportExecutionContext.ReportLoggerEx
Enclosing class:
ReportExecutionContext

public static class ReportExecutionContext.ReportLoggerEx extends LoggerEx
ReportLoggerEx is a logging class that extends LoggerEx to add errors to the ReportExecutionData's error list when a WARN or ERROR level messages are logged. The error list is checked for errors when context changes occur and are reported on the Reporting design and preview panels of the Reports. All errors are passed to LoggerEx via supercall before possibly being processed and added to the ReportExecutionData error list.