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,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addErrorLoggingData(String type,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
Throwable t,
String engineType) |
static void |
addLoggingData(String type,
com.fasterxml.jackson.databind.node.ObjectNode data,
String engineType) |
static void |
addLoggingData(String type,
String message,
String engineType,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addLoggingData(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.ObjectNode |
fillLoggingData(String message,
String scopeId,
String subScopeId,
String scopeType,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
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) |
static String |
formatDate(Date date) |
static String |
formatDate(org.joda.time.DateTime date) |
static String |
formatDate(org.joda.time.LocalDate date) |
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, String engineType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addErrorLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode loggingNode, Throwable t, String engineType)
public static void addLoggingData(String type, String message, String engineType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addEngineLoggingData(String type, String message, String engineType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode data, String engineType)
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)
public static com.fasterxml.jackson.databind.node.ObjectNode fillLoggingData(String message, String scopeId, String subScopeId, String scopeType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static String formatDate(org.joda.time.DateTime date)
public static String formatDate(org.joda.time.LocalDate date)
Copyright © 2021 Flowable. All rights reserved.