public final class LoggingUtils extends Object
Constructor and Description |
---|
LoggingUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addAppender(org.apache.logging.log4j.Logger inLogger,
org.apache.logging.log4j.core.Appender inAppender,
org.apache.logging.log4j.Level inLevel) |
static org.slf4j.Logger |
getLogger(Class<?> clazz,
String... loggerName) |
static org.slf4j.Logger |
getLogger(String loggerName,
Class<?> clazz) |
static Set<String> |
getRegisteredCategories() |
static void |
setLoggerLevel(String inLoggerName,
org.apache.logging.log4j.Level inLevel) |
public static void setLoggerLevel(String inLoggerName, org.apache.logging.log4j.Level inLevel)
public static void addAppender(org.apache.logging.log4j.Logger inLogger, org.apache.logging.log4j.core.Appender inAppender, org.apache.logging.log4j.Level inLevel)