Class LogUtil

java.lang.Object
ca.uhn.fhir.util.LogUtil

public class LogUtil extends Object
Utility to fill a glaring gap in SLF4j's API - The fact that you can't specify a log level at runtime. See here for a discussion: https://jira.qos.ch/browse/SLF4J-124
  • Constructor Details

  • Method Details

    • log

      public static void log(org.slf4j.Logger theLogger, org.slf4j.event.Level theLevel, String theMessage, Object... theArgs)