org.jgroups.logging
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_LOG4J_AVAILABLE |
protected static boolean |
USE_JDK_LOGGER |
Constructor and Description |
---|
LogFactory() |
Modifier and Type | Method and Description |
---|---|
static CustomLogFactory |
getCustomLogFactory() |
static Log |
getLog(Class clazz) |
static Log |
getLog(String category) |
protected static boolean |
isPropertySet(String property_name) |
static void |
setCustomLogFactory(CustomLogFactory factory) |
static boolean |
useJdkLogger() |
static void |
useJdkLogger(boolean flag) |
public static final boolean IS_LOG4J_AVAILABLE
protected static boolean USE_JDK_LOGGER
public static CustomLogFactory getCustomLogFactory()
public static void setCustomLogFactory(CustomLogFactory factory)
public static boolean useJdkLogger()
public static void useJdkLogger(boolean flag)
protected static boolean isPropertySet(String property_name)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.