Skip to content
Commit 2ac2ea95 authored by David Roussel's avatar David Roussel
Browse files

LOGBACK-833 - allow previously defined properties (in local scope) to be seen...

LOGBACK-833 - allow previously defined properties (in local scope) to be seen by SiftingJoranConfigurator
 * implemented part two of Ceki's suggestion
 * add getCopyOfPropertyMap() to the PropertyContainer and thus InterpretationContext
 * use local properties that are ineffect at time of creation of SiftingAppender to seed the properties map used when creting the child appenders and properties
 * removed some generics warnings
 * in AppenderFactoryBase use List.subList() rather than "copy whole array then delete and re-shuffle elements"
parent 56992e1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment