Package org.slf4j.ext

Class MDCStrLookup


  • public class MDCStrLookup
    extends org.apache.commons.lang3.text.StrLookup
    This class can be used with the Commons Lang StrSubstitutor to replace tokens that occur in Strings with their values in the MDC.
    • Constructor Summary

      Constructors 
      Constructor Description
      MDCStrLookup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String lookup​(java.lang.String key)
      Looks up up a value in the MDC.
      • Methods inherited from class org.apache.commons.lang3.text.StrLookup

        mapLookup, noneLookup, systemPropertiesLookup
      • Methods inherited from class java.lang.Object

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

      • MDCStrLookup

        public MDCStrLookup()
    • Method Detail

      • lookup

        public java.lang.String lookup​(java.lang.String key)
        Looks up up a value in the MDC.
        Specified by:
        lookup in class org.apache.commons.lang3.text.StrLookup
        Parameters:
        key - the key to be looked up, may be null
        Returns:
        the matching value, null if no match