Package ch.qos.logback.core.spi
Interface PropertyContainer
-
- All Known Subinterfaces:
Context
- All Known Implementing Classes:
ContextBase
,InterpretationContext
,LoggerContext
@Deprecated(since="2022-01-27") public interface PropertyContainer
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getCopyOfPropertyMap()
Deprecated.java.lang.String
getProperty(java.lang.String key)
Deprecated.
-