Skip to content

mpaperno/CF-FireLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CF-FireLogger

CF-FireLogger is a ColdFusion server-side library for the FireLogger Firebug extension. It enables logging of information from within ColdFusion code directly to the Firebug/FireLogger console. An optional feature allows viewing of ColdFusions debugging information in the console instead of inline. CF-FireLogger is a great debugging tool for any situation, and is especially useful for "AJAX" style applications where showing debug info inline isn't always an option. CF-FireLogger can be used as a standalone feature, or integrated with CFs built-in cftrace/trace() commands.

More information is available at http://www.wdg.us/cf-firelogger or in the included readme.html file.