public class LogConfig extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LogConfig.LogWriterProvider |
Modifier and Type | Method and Description |
---|---|
ch.qos.logback.classic.PatternLayout |
createLayout() |
Set<String> |
getCategories() |
String |
getConfigPid() |
ch.qos.logback.classic.Level |
getLogLevel() |
LogWriter |
getLogWriter() |
String |
getLogWriterName() |
boolean |
isAdditive() |
boolean |
isAppenderDefined() |
boolean |
isResetToDefault() |
String |
toString() |
public String getConfigPid()
public ch.qos.logback.classic.Level getLogLevel()
public String getLogWriterName()
public boolean isAppenderDefined()
public boolean isAdditive()
public LogWriter getLogWriter()
public boolean isResetToDefault()
public ch.qos.logback.classic.PatternLayout createLayout()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.