Class JulMdc

java.lang.Object
io.helidon.logging.jul.JulMdc

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

    • 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