- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.joran.PropertiesConfigurator
-
- All Implemented Interfaces:
ContextAware
public class PropertiesConfigurator extends ContextAwareBase
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGBACK_LOGGER_PREFIX-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description PropertiesConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoConfigure(File file)voiddoConfigure(InputStream inputStream)voiddoConfigure(String filename)voiddoConfigure(URL url)voidsetContext(Context context)Stringsubst(String ref)-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager
-
-
-
-
Field Detail
-
LOGBACK_LOGGER_PREFIX
public static final String LOGBACK_LOGGER_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertiesConfigurator
public PropertiesConfigurator()
-
-
Method Detail
-
setContext
public void setContext(Context context)
- Specified by:
setContextin interfaceContextAware- Overrides:
setContextin classContextAwareBase
-
doConfigure
public void doConfigure(URL url) throws JoranException
- Throws:
JoranException
-
doConfigure
public void doConfigure(File file) throws JoranException
- Throws:
JoranException
-
doConfigure
public void doConfigure(String filename) throws JoranException
- Throws:
JoranException
-
doConfigure
public void doConfigure(InputStream inputStream) throws JoranException
- Throws:
JoranException
-
-