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 PropertyContainerDeprecated.
-
-
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.StringgetProperty(java.lang.String key)Deprecated.
-