On 9/20/05, Michel Deloux <[EMAIL PROTECTED]> wrote:
> Hi all
>
> what's the best choice to store users actions in a CF
> application(inserts, updates and deletes)? DB or Log4J could be
> resolve this? Anyone use log4j? Any approaches?
>
> Cheers

I'm really late to this conversation, but for what it's worth, you
don't have an "either-or" question. One of the great things about
log4J is the concept of appenders -- you are not limited to simply
logging to a flatfile. There are appenders for stdout, file, email,
rss, database, etc, etc. And since the appender is very configurable,
you can choose which type(s) of logging to use, change the logging,
filter the types of logging to different sources (e.g. FATAL to
email/pages, INFO to db, DEBUG to text files, etc).

So log4J can be your logging system, but the target can be files or
databases or just about anything else.

--
John Paul Ashenfelter
CTO/Transitionpoint
(blog) http://www.ashenfelter.com
(email) [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220755
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to