Class LoggingSessionUtil


  • public class LoggingSessionUtil
    extends Object
    • Constructor Detail

      • LoggingSessionUtil

        public LoggingSessionUtil()
    • Method Detail

      • addLoggingData

        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)
      • addErrorLoggingData

        public static void addErrorLoggingData​(String type,
                                               com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
                                               Throwable t,
                                               String engineType)
      • addLoggingData

        public static void addLoggingData​(String type,
                                          String message,
                                          String engineType,
                                          com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • addEngineLoggingData

        public static void addEngineLoggingData​(String type,
                                                String message,
                                                String engineType,
                                                com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • addLoggingData

        public static void addLoggingData​(String type,
                                          com.fasterxml.jackson.databind.node.ObjectNode data,
                                          String engineType)
      • 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

        public static com.fasterxml.jackson.databind.node.ObjectNode fillLoggingData​(String message,
                                                                                     String scopeId,
                                                                                     String subScopeId,
                                                                                     String scopeType,
                                                                                     com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • formatDate

        public static String formatDate​(Date date)
      • formatDate

        public static String formatDate​(org.joda.time.DateTime date)
      • formatDate

        public static String formatDate​(org.joda.time.LocalDate date)