ch.qos.logback.core.spi
Interface PropertyContainer

All Known Subinterfaces:
Context
All Known Implementing Classes:
ContextBase, InterpretationContext

public interface PropertyContainer


Method Summary
 Map<String,String> getCopyOfPropertyMap()
           
 String getProperty(String key)
           
 

Method Detail

getProperty

String getProperty(String key)

getCopyOfPropertyMap

Map<String,String> getCopyOfPropertyMap()


Copyright © 2005-2013 QOS.ch. All Rights Reserved.