Extension Key: cc_devlog
Copyright 2004-2005, René Fritz, <r.fritz@colorcube.de>
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.com
“Developer log; This should be implemented around the source code, both frontend and backend, logging everything from the flow through an application, messages, results from comparisons to fatal errors. The result is meant to make sense to developers during development or debugging of a site.”
The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog(). The t3lib_div::devlog() function itself provides only an interface for logging but no implementation.
CCDevlog logs messages from t3lib_div::devlog() calls into a database table. The log entries can be viewed with a backend module. The module can be opened in an separate window.
Features:
log entries are logged in log sessions – one log session per script run. That makes it easy to separate log runs.
frontend logging include the page id
Auto refresh
Show log runs or latest entries
Clicking on log entry show the corresponding log run only