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, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddErrorLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode loggingNode, Throwable t, String engineType) static voidaddLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode data, String engineType) static voidaddLoggingData(String type, String message, String engineType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType, String engineType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static com.fasterxml.jackson.databind.node.ObjectNodefillLoggingData(String message, String scopeId, String subScopeId, String scopeType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static com.fasterxml.jackson.databind.node.ObjectNodefillLoggingData(String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType, com.fasterxml.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
public static com.fasterxml.jackson.databind.node.ObjectNode fillLoggingData(String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fillLoggingData
-
formatDate
-
formatDate
-
formatDate
-