I have a new java class that creates a new appender, and I now need to write a config file that will add this appender. I think I know what the code for this config file should look like, but I am confused about when it is called and where it is called from. Do I just put my config method that implements the configurator interface in the main() of my new appender class, thus allowing for the config file to set the appender when the class is loaded into memory? Thanks for your help.
-Geary -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>