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 Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.util.LoggerEx
LoggerEx.Builder, LoggerEx.DurationTracker, LoggerEx.InternalMDCClosable, LoggerEx.Level, LoggerEx.MDCClosable
-
Field Summary
FieldsFields inherited from class com.inductiveautomation.ignition.common.util.LoggerEx
DEFAULT_TO_STRING_STYLE, eventMarker, identObj, identObjectIsMutable, identObjStr, log, mdcContextKV, toStringStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
createErrorString
(String message, LoggerEx.Level level, Throwable t, Object... args) void
void
void
void
void
void
void
void
Methods inherited from class com.inductiveautomation.ignition.common.util.LoggerEx
createMessage, 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
-
createErrorString
protected String createErrorString(String message, LoggerEx.Level level, Throwable t, Object... args)
-