Modifier and Type | Field and Description |
---|---|
protected static CustomLogFactory |
custom_log_factory |
static boolean |
IS_LOG4J2_AVAILABLE |
protected static boolean |
use_jdk_logger |
Modifier and Type | Method and Description |
---|---|
static CustomLogFactory |
getCustomLogFactory() |
static Log |
getLog(Class clazz) |
static Log |
getLog(String category) |
protected static boolean |
isAvailable(String classname) |
protected static boolean |
isPropertySet(String property_name) |
static String |
loggerType() |
static void |
setCustomLogFactory(CustomLogFactory factory) |
static boolean |
useJdkLogger() |
static void |
useJdkLogger(boolean flag) |
public static final boolean IS_LOG4J2_AVAILABLE
protected static boolean use_jdk_logger
protected static CustomLogFactory custom_log_factory
public static CustomLogFactory getCustomLogFactory()
public static void setCustomLogFactory(CustomLogFactory factory)
public static boolean useJdkLogger()
public static void useJdkLogger(boolean flag)
public static String loggerType()
protected static boolean isAvailable(String classname)
protected static boolean isPropertySet(String property_name)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.