public abstract class JulLogConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static JulLogConfig |
SIMPLE
Configuration for creating
Logger rely on default JVM settings. |
| Constructor and Description |
|---|
JulLogConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ClassLoader classLoader) |
protected void |
configureInternal(LogManager manager) |
Logger |
createLogger(String name) |
protected Logger |
createLoggerInternal(String name,
LogManager manager) |
protected void |
resetLogManager(LogManager manager) |
public static final JulLogConfig SIMPLE
Logger rely on default JVM settings.public void configure(ClassLoader classLoader)
protected void configureInternal(LogManager manager)
protected void resetLogManager(LogManager manager)
protected Logger createLoggerInternal(String name, LogManager manager)
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.