Class EventLookup

    • Constructor Detail

      • EventLookup

        public EventLookup()
    • Method Detail

      • lookup

        public String lookup​(LogEvent event,
                             String key)
        Looks up the value from the logging event.
        Parameters:
        event - The current LogEvent.
        key - the key to be looked up.
        Returns:
        The value of the specified log event field.