
28 Jul
2016
28 Jul
'16
4:54 p.m.
Hi, I have developed a custom appender for logback and would like to configure it with a generic set of Properties that I can pass on to the underlying libraries. Rather than create a Getter and Setter for each property that the underlying library uses, I would like the configuration to read the names and values out of the logback configuration file. Instead of this: <configuration> Thanks, John Page