Class Event

    • Field Detail

      • timestamp

        public final long timestamp
        When the event occurred. Milliseconds since the epoch UTC, just like System.currentTimeMillis().
      • stack

        public final String stack
        When RolapUtil.MONITOR_LOGGER is set to TRACE, this field will contain the stack of the code which created this event.
    • Constructor Detail

      • Event

        public Event​(long timestamp)
        Creates an Event.
        Parameters:
        timestamp - Timestamp
    • Method Detail

      • setContextMap

        public void setContextMap()
        Description copied from interface: Message
        Sets the MDC context into the current thread
        Specified by:
        setContextMap in interface Message