Class LoggingSession
java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSession
- All Implemented Interfaces:
Session
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandContext
protected List<com.fasterxml.jackson.databind.node.ObjectNode>
protected LoggingListener
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingSession
(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLoggingData
(String type, com.fasterxml.jackson.databind.node.ObjectNode data, String engineType) void
close()
void
flush()
List<com.fasterxml.jackson.databind.node.ObjectNode>
protected void
void
setLoggingData
(List<com.fasterxml.jackson.databind.node.ObjectNode> loggingData)
-
Field Details
-
commandContext
-
commandContextCloseListener
-
loggingListener
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
loggingData
-
-
Constructor Details
-
LoggingSession
public LoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details