Re: accessing log files programatically

2007-07-16 Thread Dinner
On 7/15/07, Qasim Rasheed <[EMAIL PROTECTED]> wrote: > Jonathon, > > I wrote a small utility to expand the logging functionality by using log4j. > > http://cflog4j.riaforge.org/ Log4j is swell. You can do all you want, and more, OP person. I rigged it up using AOP and coldspring... freaking nice

RE: accessing log files programatically

2007-07-15 Thread Jonathon Stierman
Garza [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 12:50 PM To: CF-Talk Subject: RE: accessing log files programatically Johnathon, If you are on Windows, you may want to take a look at Handle.exe. It's a utility from SysInternals that will allow you to close a file handle. In thi

RE: accessing log files programatically

2007-07-15 Thread Jeff Garza
n will create a new one the next time it needs it. Just a thought... Might work for you. Cheers, -- Jeff Garza -Original Message- From: Jonathon Stierman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 8:56 AM To: CF-Talk Subject: RE: accessing log files programatically I didn&

RE: accessing log files programatically

2007-07-15 Thread Jonathon Stierman
mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 10:34 AM To: CF-Talk Subject: Re: accessing log files programatically Jonathon, I wrote a small utility to expand the logging functionality by using log4j. http://cflog4j.riaforge.org/ Hope that helps Qasim On 7/14/07, Jonathon Stierman <

RE: accessing log files programatically

2007-07-15 Thread Jonathon Stierman
rom: Jonathon Stierman To: CF-Talk Sent: Sun Jul 15 00:35:49 2007 Subject: accessing log files programatically Anyone know of a good way to (1) get data out of the CF log files, and (2) archive the log files after getting the data? I poked around the Admin API hoping to find something related

Re: accessing log files programatically

2007-07-15 Thread Qasim Rasheed
Jonathon, I wrote a small utility to expand the logging functionality by using log4j. http://cflog4j.riaforge.org/ Hope that helps Qasim On 7/14/07, Jonathon Stierman <[EMAIL PROTECTED]> wrote: > > Anyone know of a good way to (1) get data out of the CF log files, and (2) > archive the log fil

Re: accessing log files programatically

2007-07-15 Thread Robertson-Ravo, Neil (RX)
-Talk Sent: Sun Jul 15 00:35:49 2007 Subject: accessing log files programatically Anyone know of a good way to (1) get data out of the CF log files, and (2) archive the log files after getting the data? I poked around the Admin API hoping to find something related to logging in there, but no dice a

accessing log files programatically

2007-07-14 Thread Jonathon Stierman
Anyone know of a good way to (1) get data out of the CF log files, and (2) archive the log files after getting the data? I poked around the Admin API hoping to find something related to logging in there, but no dice as far as I could tell. So relucatantly, I toyed around with doing actions