Class LoggingSessionUtil
java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSessionUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEngineLoggingData(String type, String message, String engineType, tools.jackson.databind.ObjectMapper objectMapper) static voidaddErrorLoggingData(String type, tools.jackson.databind.node.ObjectNode loggingNode, Throwable t, String engineType) static voidaddLoggingData(String type, String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType, String engineType, tools.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, String engineType, tools.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, tools.jackson.databind.node.ObjectNode data, String engineType) static tools.jackson.databind.node.ObjectNodefillLoggingData(String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType, tools.jackson.databind.ObjectMapper objectMapper) static tools.jackson.databind.node.ObjectNodefillLoggingData(String message, String scopeId, String subScopeId, String scopeType, tools.jackson.databind.ObjectMapper objectMapper) static StringformatDate(Date date) static StringformatDate(org.joda.time.DateTime date) static StringformatDate(org.joda.time.LocalDate date)
-
Field Details
-
ID
- See Also:
-
TRANSACTION_ID
- See Also:
-
TIMESTAMP
- See Also:
-
LOG_NUMBER
- See Also:
-
utcTimeZone
-
idGenerator
-
-
Constructor Details
-
LoggingSessionUtil
public LoggingSessionUtil()
-
-
Method Details
-
addLoggingData
-
addErrorLoggingData
-
addLoggingData
-
addEngineLoggingData
-
addLoggingData
-
fillLoggingData
-
fillLoggingData
-
formatDate
-
formatDate
-
formatDate
-