On Jan 28, 2008 10:47 PM, Ron Grabowski <[EMAIL PROTECTED]> wrote: > There are a lot of options. Any public property, public method starting > with Add, and/or inner-object properties on the appender can be set via the > config file. >
Thx Ron for answering, I know that I can set these properties, depending on the appender I use. But this declaration follows the generic description, given in the docu. So reading the docu, I know that I have to discover the possibilies, my appender provides; knowing this I can follow the docu, setting this properties in the config, But my given example of the <level> tag: This tag can be set on top level of the config, to declare custom levels, some extensions my provide. As I said, I did not found this in the docu, so maybe there are more of these tags ? The best thing of all would be a xml-schema for the config, but it reads in the 'Issue Tracking' that the config do not follow a strict schema; so I am just searching for a complete, plain list of valid xml tags in the config (like <configuration> <appender>, <converter>, <layout> ... etc) greats! Daniel
