public class LoggingSessionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
protected static StrongUuidGenerator |
idGenerator |
static String |
LOG_NUMBER |
static String |
TIMESTAMP |
static String |
TRANSACTION_ID |
protected static TimeZone |
utcTimeZone |
| Constructor and Description |
|---|
LoggingSessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addEngineLoggingData(String type,
String message,
String engineType) |
static void |
addErrorLoggingData(String type,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
Throwable t) |
static void |
addLoggingData(String type,
com.fasterxml.jackson.databind.node.ObjectNode data) |
static void |
addLoggingData(String type,
String message) |
static void |
addLoggingData(String type,
String message,
String scopeId,
String subScopeId,
String scopeType,
String scopeDefinitionId,
String elementId,
String elementName,
String elementType,
String elementSubType) |
static com.fasterxml.jackson.databind.node.ObjectNode |
fillLoggingData(String message,
String scopeId,
String subScopeId,
String scopeType) |
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) |
static String |
formatDate(Date date) |
static String |
formatDate(org.joda.time.DateTime date) |
static String |
formatDate(org.joda.time.LocalDate date) |
protected static AbstractEngineConfiguration |
getEngineConfiguration() |
protected static String |
getEngineType(CommandContext commandContext) |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
public static final String ID
public static final String TRANSACTION_ID
public static final String TIMESTAMP
public static final String LOG_NUMBER
protected static TimeZone utcTimeZone
protected static StrongUuidGenerator idGenerator
public static void addLoggingData(String type, String message, String scopeId, String subScopeId, String scopeType, String scopeDefinitionId, String elementId, String elementName, String elementType, String elementSubType)
public static void addErrorLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode loggingNode, Throwable t)
public static void addEngineLoggingData(String type, String message, String engineType)
public static void addLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode data)
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)
public static com.fasterxml.jackson.databind.node.ObjectNode fillLoggingData(String message, String scopeId, String subScopeId, String scopeType)
public static String formatDate(org.joda.time.DateTime date)
public static String formatDate(org.joda.time.LocalDate date)
protected static String getEngineType(CommandContext commandContext)
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
protected static AbstractEngineConfiguration getEngineConfiguration()
Copyright © 2020 Flowable. All rights reserved.