From: Konstantin L. <1da...@ma...> - 2007-09-05 16:09:03
|
Hello, Scott! You wrote to <log...@li...> on Wed, 5 Sep 2007 11:59:31 -0400: ??>> If you look on PropertyConfiguratorImpl.cpp you will see that ??>> PropertyConfiguratorImpl knows all about appenders/layouts/etc that ??>> exists in the library. But if I write my own appender or layout it ??>> can't be configured with help of PropertyConfigurator because it ??>> doesn't know anything about it. If PropertyConfigurator will be ??>> rewrited using Factory stuffs it will be generic and can be used for ??>> configuring my appender/layout. SC> So it hasn't been reimplemented yet to support this? No. I think I can do such rewrite. It's pretty easy. I wrote xml configurator based on factories for my company. It's much more simple than PropertyConfigurator. With best regards, Konstantin Litvinenko. |