RE: Looking for a ColdFusion log parser

2003-09-11 Thread Dan Phillips \(CFXHosting.com\)
I've been thinking of trying something custom but I just have not had
time yet. NO stealing my idea!!! j/k  :-) 

I thought about making a schedules task that would dump the logs into a
CSV file where I could import it into access or SQL and then use a
template the search the logs that way. Should be quicker too since I'm
looking at records and not some huge text file. 


Dan Phillips
www.CFXHosting.com 
1-866-239-4678
[EMAIL PROTECTED]


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 3:56 PM
To: CF-Talk
Subject: RE: Looking for a ColdFusion log parser


> You know what I think would be a good idea, is if MM could
> create the logs in XML format.

That would make for some big, verbose log files! They're easy enough to
parse already, aren't they?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Bryan F. Hogan
Yes, they are easy enough to parse. I do like the XML idea. About being
verbose, I guess it could be, but I think using an XML format would make it
easier to create additional tools to use these files for reports and things.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 3:56 PM
To: CF-Talk
Subject: RE: Looking for a ColdFusion log parser


> You know what I think would be a good idea, is if MM could
> create the logs in XML format.

That would make for some big, verbose log files! They're easy enough to
parse already, aren't they?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Dave Watts
> You know what I think would be a good idea, is if MM could 
> create the logs in XML format.

That would make for some big, verbose log files! They're easy enough to
parse already, aren't they?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Bryan F. Hogan
You know what I think would be a good idea, is if MM could create the logs
in XML format.

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 2:43 PM
To: CF-Talk
Subject: RE: Looking for a ColdFusion log parser


>If anyone knows of any that can parse the logs out of MX that would be
>great.
>I have been looking for one but cannot find anything.  I am in the process
>of
>trying to write my own but it has not been going well and I keep getting
>side-tracked by other work,
>
>I tried searching but everything I find is geared to 4.5 only.
>

Didn't DRK 4 come with a Log4CF utility for this? I honestly don't know that
answer as I don't have it, but you may want to look there if you haven't
already to see if it meets your needs.

http://www.macromedia.com/software/drk/productinfo/product_overview/volume4/
coldfusionmx.html

Regards,
Dave.

_
Compare Cable, DSL or Satellite plans: As low as $29.95.
https://broadband.msn.com


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: Looking for a ColdFusion log parser

2003-09-11 Thread Calvin Ward
What did you find for 4.5?

Thanks,
Calvin
- Original Message - 
From: "Ciliotta, Mario" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 11:59 AM
Subject: RE: Looking for a ColdFusion log parser


> If anyone knows of any that can parse the logs out of MX that would be
great.
> I have been looking for one but cannot find anything.  I am in the process
of
> trying to write my own but it has not been going well and I keep getting
> side-tracked by other work,
>
> I tried searching but everything I find is geared to 4.5 only.
>
> Thanks
> Mario
>
> -Original Message-
> From: Jim Davis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 11, 2003 11:52 AM
> To: CF-Talk
> Subject: RE: Looking for a ColdFusion log parser
>
>
> If you're not adverse to using COM you might want to check this out:
>
> http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=
> 8cde4028-e247-45be-bab9-ac851fc166a4
>
> It should integrate nicely with CF.
>
> I've personally built my own parser but only for custom event logs - but
> I'd be happy to share it.
>
> Jim Davis
>
> > -Original Message-
> > From: Calvin Ward [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 11, 2003 9:33 AM
> > To: CF-Talk
> > Subject: Looking for a ColdFusion log parser
> >
> > I seem to recall a few ColdFusion log parsers for CF5, does anyone
> recall
> > anything about such beasties?
> >
> > Thanks,
> > Calvin
> >
>
> 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Looking for a ColdFusion log parser

2003-09-11 Thread Calvin Ward
Jim,

Thanks! I'll take a look.

- Calvin
- Original Message - 
From: "Jim Davis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 11:52 AM
Subject: RE: Looking for a ColdFusion log parser


> If you're not adverse to using COM you might want to check this out:
>
> http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=
> 8cde4028-e247-45be-bab9-ac851fc166a4
>
> It should integrate nicely with CF.
>
> I've personally built my own parser but only for custom event logs - but
> I'd be happy to share it.
>
> Jim Davis
>
> > -Original Message-
> > From: Calvin Ward [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 11, 2003 9:33 AM
> > To: CF-Talk
> > Subject: Looking for a ColdFusion log parser
> >
> > I seem to recall a few ColdFusion log parsers for CF5, does anyone
> recall
> > anything about such beasties?
> >
> > Thanks,
> > Calvin
> >
> 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Dave Carabetta
>If anyone knows of any that can parse the logs out of MX that would be 
>great.
>I have been looking for one but cannot find anything.  I am in the process 
>of
>trying to write my own but it has not been going well and I keep getting
>side-tracked by other work,
>
>I tried searching but everything I find is geared to 4.5 only.
>

Didn't DRK 4 come with a Log4CF utility for this? I honestly don't know that 
answer as I don't have it, but you may want to look there if you haven't 
already to see if it meets your needs.

http://www.macromedia.com/software/drk/productinfo/product_overview/volume4/coldfusionmx.html

Regards,
Dave.

_
Compare Cable, DSL or Satellite plans: As low as $29.95.  
https://broadband.msn.com

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Ciliotta, Mario
If anyone knows of any that can parse the logs out of MX that would be great.
I have been looking for one but cannot find anything.  I am in the process of
trying to write my own but it has not been going well and I keep getting
side-tracked by other work,

I tried searching but everything I find is geared to 4.5 only.

Thanks
Mario

-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 11:52 AM
To: CF-Talk
Subject: RE: Looking for a ColdFusion log parser


If you're not adverse to using COM you might want to check this out:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=
8cde4028-e247-45be-bab9-ac851fc166a4

It should integrate nicely with CF.

I've personally built my own parser but only for custom event logs - but
I'd be happy to share it.

Jim Davis

> -Original Message-
> From: Calvin Ward [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 11, 2003 9:33 AM
> To: CF-Talk
> Subject: Looking for a ColdFusion log parser
> 
> I seem to recall a few ColdFusion log parsers for CF5, does anyone
recall
> anything about such beasties?
> 
> Thanks,
> Calvin
> 

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Jim Davis
If you're not adverse to using COM you might want to check this out:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=
8cde4028-e247-45be-bab9-ac851fc166a4

It should integrate nicely with CF.

I've personally built my own parser but only for custom event logs - but
I'd be happy to share it.

Jim Davis

> -Original Message-
> From: Calvin Ward [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 11, 2003 9:33 AM
> To: CF-Talk
> Subject: Looking for a ColdFusion log parser
> 
> I seem to recall a few ColdFusion log parsers for CF5, does anyone
recall
> anything about such beasties?
> 
> Thanks,
> Calvin
> 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Looking for a ColdFusion log parser

2003-09-11 Thread Dan Phillips \(CFXHosting.com\)
We used to use one called log magic a long time ago but I can't remember
who made it. 

Dan Phillips
www.CFXHosting.com 
1-866-239-4678
[EMAIL PROTECTED]



-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 9:33 AM
To: CF-Talk
Subject: Looking for a ColdFusion log parser


I seem to recall a few ColdFusion log parsers for CF5, does anyone
recall anything about such beasties?

Thanks,
Calvin

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm