Class ReportExecutionContext.ReportLoggerEx
java.lang.Object
com.inductiveautomation.ignition.common.util.LoggerEx
com.inductiveautomation.reporting.gateway.api.ReportExecutionContext.ReportLoggerEx
- Enclosing class:
- ReportExecutionContext
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.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.util.LoggerExLoggerEx.Builder, LoggerEx.DurationTracker, LoggerEx.InternalMDCClosable, LoggerEx.Level, LoggerEx.MDCClosable
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.ignition.common.util.LoggerExDEFAULT_TO_STRING_STYLE, eventMarker, identObj, identObjectIsMutable, identObjStr, log, mdcContextKV, toStringStyle
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringcreateErrorString(String message, LoggerEx.Level level, Throwable t, Object... args) voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.inductiveautomation.ignition.common.util.LoggerExcreateMessage, createSubLogger, createSubLogger, debug, debug, debugDuration, debugEvent, debugf, debugf, errorEvent, fatal, fatal, fatalf, fatalf, generateIdentObjStr, getIdentObject, getLogger, getLoggerSLF4J, getName, getToStringStyle, info, info, infoDuration, infoEvent, infof, infof, isDebugEnabled, isIdentObjectIsMutable, isInfoEnabled, isTraceEnabled, log, mdcClose, mdcPut, mdcPutClosable, mdcRemove, mdcSet, newBuilder, setEventMarker, setIdentObject, setIdentObjectIsMutable, setLog, setStaticMDCContextValues, setToStringStyle, trace, trace, traceDuration, traceEvent, tracef, tracef, warnEvent
- 
Field Details- 
DATA_LOGGER- See Also:
 
 
- 
- 
Constructor Details- 
ReportLoggerEx
 
- 
- 
Method Details- 
errorf
- 
errorf
- 
error
- 
error
- 
warn
- 
warn
- 
warnf
- 
warnf
- 
createErrorStringprotected String createErrorString(String message, LoggerEx.Level level, Throwable t, Object... args) 
 
-