public class JavalogConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JavalogConf.ConsoleConf |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSOLE_HANDLER |
protected LinkedHashSet<String> |
handlers |
protected Properties |
javaLogProperties |
| Constructor and Description |
|---|
JavalogConf() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.io.File |
apply() |
void |
console(boolean allowConsoleHandler) |
void |
console(groovy.lang.Closure fn) |
void |
empty() |
Properties |
getJavaLogProperties() |
void |
level(Level level) |
void |
level(String level) |
void |
simpleFormat(String fmt) |
protected final Properties javaLogProperties
public static final String CONSOLE_HANDLER
protected final LinkedHashSet<String> handlers
public Properties getJavaLogProperties()
public void empty()
public void level(Level level)
public void level(String level)
public void console(boolean allowConsoleHandler)
public void console(groovy.lang.Closure fn)
public void simpleFormat(String fmt)
public xyz.cofe.io.File apply()
Copyright © 2019. All rights reserved.