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 Map<String,String>getCopyOfPropertyMap()Deprecated.StringgetProperty(String key)Deprecated.
-