Re: Custom appender instantiation

2015-03-06 Thread Joseph L. Casale
> I have a custom appender that uses parameters from the App.config file, > however > I need to call an internal method after instantiation once the fields have > been populated. > > I see PreAppendCheck however I only need this done once. Does such a facility > exist? Sorry for the noise folk

Re: Custom appender instantiation

2015-03-06 Thread Joseph L. Casale
Trying that again... I have a custom appender that uses parameters from the App.config file, however I need to call an internal method after instantiation once the fields have been populated. I see PreAppendCheck however I only need this done once. Does such a facility exist? Thanks! jlc

Custom appender instantiation

2015-03-06 Thread Joseph L. Casale
I have a custom appender that uses parameters from the App.config file, however I need to call an internal method after instantiation once the fields have been populated. I see PreAppendCheck