Class LoggingUtils

java.lang.Object
com.webmethods.caf.common.logging.LoggingUtils

public final class LoggingUtils extends Object
  • Constructor Details

    • LoggingUtils

      public LoggingUtils()
  • Method Details

    • setLoggerLevel

      public static void setLoggerLevel(String inLoggerName, org.apache.logging.log4j.Level inLevel)
    • addAppender

      public static void addAppender(org.apache.logging.log4j.Logger inLogger, org.apache.logging.log4j.core.Appender inAppender, org.apache.logging.log4j.Level inLevel)
    • getRegisteredCategories

      public static Set<String> getRegisteredCategories()
    • getLogger

      public static org.slf4j.Logger getLogger(String loggerName, Class<?> clazz)
    • getLogger

      public static org.slf4j.Logger getLogger(Class<?> clazz, String... loggerName)