Is that the sort of info you were looking for?
Judah
Thanks again,
Thomas
> --
> You received this message because you are subscribed to the Google Groups "ColdBox: A ColdFusion Framework" group.
> To post to this group, send email to col...@googlegroups.com
> To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
> For more options, visit this group at http://groups-beta.google.com/group/coldbox
> For more information, visit http://www.luismajano.com/projects/coldbox
> For Documentation, visit http://ortus.svnrepository.com/coldbox/trac.cgi
--
Jason Durham
LogBox already comes with an number of built-in appenders, one of
which is called DBAppender for writing data to a table. I have not
used it before but it says it will even create the log table for you.
If that setup is sufficient, then you can just add the DBAppender to
your logging setup and, voila, it will log your entries to the db as
well as to any other appenders you have set up. If the way it does the
logging doesn't quite fit your needs, you can write your own Appender
and have it log your data in a custom format that does suit your
needs.
The various appenders and what you'd need to write you own are
documented here:
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbLogBox
Cheers,
Judah
- Thomas