Class JulMdc


  • public class JulMdc
    extends Object
    MDC implementation for Java Util Logging framework.
    • Method Detail

      • get

        public static String get​(String key)
        Return value bound to the key from the MDC storage.
        Parameters:
        key - key value
        Returns:
        value bound to the key