Changeset 16648
- Timestamp:
- 03/26/09 23:40:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/book/16-Application-Management-Tools.txt
r13404 r16648 37 37 If you have a symfony application running, take a look at its log files. The syntax is very simple. For every event, one line is added to the log file of the application. Each line includes the exact time of the event, the nature of the event, the object being processed, and any additional relevant details. Listing 16-2 shows an example of symfony log file content. 38 38 39 Listing 16-2 - Sample Symfony Log File Content, in `log/frontend_dev. php`39 Listing 16-2 - Sample Symfony Log File Content, in `log/frontend_dev.log` 40 40 41 41 Nov 15 16:30:25 symfony [info ] {sfAction} call "barActions->executemessages()"

