> Another problem I'm having is that the 'Location' information > in Chainsaw is > shown as 'null'. How can this information be set?
I beleive that the location info needs to be generated at the source of the logging event. Once the event has been sent to Chainsaw, the info cannot be generated. I could be wrong about this. But, to set the LocationInfo at the source, some appenders, like SocketAppender and SocketHubAppender, support a property of "LocationInfo". When set to true, the location info will be set for every event they append. As mentioned, this operation is costly performance-wise, and it will affect the overall performance of the application generating the messages. You probably don't want to generate it for every logging event if you can help it. Some time back I posted some "useful" filters that allow you to set up an appender filter chain that will set the location info for just some logging events and not others. Please see the mail archives for this list, or send me an email at [EMAIL PROTECTED] if you are interested. I am looking to add this functionality into the future 1.3 release. hope it helps, -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>