Hi, one question regarding the server.xml (now the environment.xml): [..] <logs> <category name="" target="default" priority="DEBUG" /> <category name="try" target="try-target" priority="DEBUG" />
<log-target name="default" location="/logs/socket.log" /> <log-target name="try-target" location="/logs/try.log" /> </logs> [..] How is it possible to get access to the /logs/try.log-File? If a Blockclass extends AbstractLoggable, "getLogger" is enough to get access to the "default"-target. That works fine with the other blocks. But for the "try", it doesn't work. I already tried the DefaultLogKitManager (getLogger(String categoryName)), but unfortunately I only get an NullPointerException at that point. Any idea? Many thanks in advance. Holger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>