Class SystemPropertiesLookup

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String lookup​(LogEvent event, java.lang.String key)
      Looks up the value for the key using the data in the LogEvent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final Logger LOGGER
      • LOOKUP

        private static final Marker LOOKUP
    • Constructor Detail

      • SystemPropertiesLookup

        public SystemPropertiesLookup()
    • Method Detail

      • lookup

        public java.lang.String lookup​(LogEvent event,
                                       java.lang.String key)
        Looks up the value for the key using the data in the LogEvent.
        Parameters:
        event - The current LogEvent.
        key - the key to be looked up, may be null
        Returns:
        The value associated with the key.