log4j issue

2003-07-29 Thread Satrasala, Sudhakar
Hi, I get an error message when trying to log. I don't have a console appender entry in my configuration file. Still,. My configurator code looks like: URL url = LoggingConfigurator.class.getResource("/log.xml"); DOMConfigurator.configure(url.getFile()); I keep getting this error everytime.

Re: Chainsaw 2 filtering wishes...

2003-07-29 Thread Paul Smith
On Tue, 2003-07-29 at 19:45, Max Rydahl Andersen wrote: > Know it works I got some wishes/ideas ;) > > > 1. Let me select wether I want to use regular expression or case > insensitive matching > (actually, enabling caseinsensitve regular expression would be a nice > option) A good idea. >

NTEventLogAppender

2003-07-29 Thread Ewan Carr
Hi I'm completely new to log4j and am looking to work out how to log events to the Windows event log from within Java. I Would like the standard fields like time/date to be logged as well as message text and message source. Does anyone have a noddy example which would point me in the right directi

RE: Log4J admin web app

2003-07-29 Thread Shapira, Yoav
Howdy, FYI, I added a deployment descriptor example to the file (ConfigurationServlet.java) in the sandbox last night. I'll add a configuration servlet war target to the sandbox build.xml when I get a chance. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Doyle, Jim

Re: Chainsaw 2 filtering wishes...

2003-07-29 Thread Max Rydahl Andersen
Know it works I got some wishes/ideas ;) 1. Let me select wether I want to use regular expression or case insensitive matching (actually, enabling caseinsensitve regular expression would be a nice option) 2. Any way to show elapsed time between visible rows - instead of just the event time ?

Re: Chainsaw 2 filtering problems...

2003-07-29 Thread Max Rydahl Andersen
I'll just shut up it works know ;) /max Paul Smith wrote: Just checking all angles, the mistake I always make is making sure the correct filter drop down is selected (ie. I am wanting to filter the message column, but the drop has timestamp selected, which of course finds nothing). Also chec

Re: Chainsaw 2 filtering problems...

2003-07-29 Thread Paul Smith
Just checking all angles, the mistake I always make is making sure the correct filter drop down is selected (ie. I am wanting to filter the message column, but the drop has timestamp selected, which of course finds nothing). Also check what the tooltip is when you mouse over the search string text

Re: Chainsaw 2 filtering problems...

2003-07-29 Thread Max Rydahl Andersen
I actually also meant '.*' .- and it ain't make any difference - everything is still just filtered away. .*e.* does the same thing /max Paul Smith wrote: I think you want .* don't you? . just means a single character, which is unlikely to be a very useful Logging statement and so probably