Blog
LogBox Also hits 1.0, get it now!
LogBox has now reached maturity and hit 1.0 release. You can download it from our usual downloads center location.
Want to suggest a feature, fix a bug, new something? User your voice: http://coldbox.uservoice.com/
LogBox is an enterprise ColdFusion logging library designed to give you flexibility, simplicity and power when logg...
LogBox RC 2 Release!
LogBox has been updated with some fixes and updates to the configuration to make it more flexible when configuring programmatically. It also now has an added relaxed way to declare category levels within XML...
LogBox Release Candidate 1 is out!
Ability to get a logger using a class object instead of a category name:
<cfset logger = logBox.getLogger(this)>
LogBox will then inspect the object and get its fully qualified name from it. This is great instead of passing th...
LogBox Beta 3 Released
http://coldbox.org/index.cfm/download
Enjoy!
...
LogBox Beta 2 Released
LogBox Appenders - Submit your own appenders
As you have probably read a few days ago we released LogBox: An enterprise ColdFusion Logging Library, part of the new ColdBox 3.0.0 Platform Suite. The library's core of logging takes place thanks to its appenders that send messages to different destinations. As of now, the distribution has 11 appenders included, but if you want to build your own, you can very very easily. Not only that, since we are in Beta, you can submit your appenders and we will include them in the distribution if t...