public final class LOGBackConfigurer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
initLogging(String logConfigLocation,
boolean installJULBridge)
Initialize LOGBack from the given URL.
|
static void |
initLogging(URL url,
boolean installJULBridge)
Initialize LOGBack from the given URL.
|
static void |
shutdownLogging(boolean uninstallJULBridge)
Shut down LOGBack.
|
public static void initLogging(String logConfigLocation, boolean installJULBridge)
logConfigLocation - the path pointing to the location of the config file.installJULBridge - set to true to install SLF4J JUL bridgeIllegalArgumentException - if the url points to a non existing location or an error occurs during the parsing operation.public static void initLogging(URL url, boolean installJULBridge)
url - the url pointing to the location of the config file.installJULBridge - set to true to install SLF4J JUL bridgeIllegalArgumentException - if the url points to a non existing location or an error occurs during the parsing operation.public static void shutdownLogging(boolean uninstallJULBridge)
uninstallJULBridge - should an attempt be made to uninstall the JUL bridgeCopyright © 2013–2020 Hotels.com. All rights reserved.