Class EventLogger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Marker EVENT_MARKER
      Deprecated.
      Defines the Event Marker.
      private static java.lang.String FQCN
      Deprecated.
       
      private static ExtendedLogger LOGGER
      Deprecated.
       
      private static java.lang.String NAME
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EventLogger()
      Deprecated.
       
    • Field Detail

      • EVENT_MARKER

        public static final Marker EVENT_MARKER
        Deprecated.
        Defines the Event Marker.
      • FQCN

        private static final java.lang.String FQCN
        Deprecated.
    • Constructor Detail

      • EventLogger

        private EventLogger()
        Deprecated.
    • Method Detail

      • logEvent

        public static void logEvent​(StructuredDataMessage msg)
        Deprecated.
        Logs events with a level of ALL.
        Parameters:
        msg - The event StructuredDataMessage.
      • logEvent

        public static void logEvent​(StructuredDataMessage msg,
                                    Level level)
        Deprecated.
        Logs events and specify the logging level.
        Parameters:
        msg - The event StructuredDataMessage.
        level - The logging Level.