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
      LookupResult evaluate​(java.lang.String key)
      Calls evaluate(null, key) in the implementation.
      java.lang.String lookup​(java.lang.String key)
      Calls lookup(null, key) in the implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait