Class AbstractLookup

    • Field Summary

      • Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookup

        CATEGORY
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLookup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String lookup​(java.lang.String key)
      Calls lookup(null, key) in the super class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.logging.log4j.core.lookup.StrLookup

        lookup
    • Constructor Detail

      • AbstractLookup

        public AbstractLookup()
    • Method Detail

      • lookup

        public java.lang.String lookup​(java.lang.String key)
        Calls lookup(null, key) in the super class.
        Specified by:
        lookup in interface StrLookup
        Parameters:
        key - the key to be looked up, may be null
        Returns:
        the matching value, null if no match
        See Also:
        StrLookup.lookup(LogEvent, String)