> As you've only got a limited set of possible loglevels, I would
suggest
> this:
>   digester.addCallMethod("log/logitem/error", 1, "setType");
>   digester.addObjectParam("log/logitem/error", 0, "error");
>   digester.addSetProperties("log/logitem/error");
>   digester.addCallMethod("log/logitem/error/message", "setMessage");
> Repeat for every possible level.

That did the trick! 

Thanks so much,
Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to