News Feed
Jobs Feed
Sections




News Archive
DevShed:
Logging in PHP Applications
December 08, 2008 @ 13:52:10

DevShed has posted a new tutorial today looking at one of the more useful tools a developer can add into an application - logging.

If there is no logging mechanism, then if there's a goof-up in a production environment, you have absolutely no idea what went wrong. The only thing which a support developer can do in this case is to reproduce the issue at the developer end, which sometimes work and sometimes don't.

The look at the types of logging (trace logs, audit logs and user logging/history) and create a simple class that allows flexibility for file location, priority and timstamping. Their script contains a writelog method that does all the work (including pushing it through the PEAR logging class).

0 comments voice your opinion now!
log tutorial pear trace audit history priority timestamp location


blog comments powered by Disqus

Similar Posts

Stuart Herbert's Blog: Dealing With PEAR Dependency Quirks

Zend Developer Zone: Zip-it or DIY Tar-balls

Stefan Mischook's Blog: A Quick Look at Dreamweaver CS4 and the PHP Toolset

Community News: Latest PEAR Releases for 02.12.2007

Sebastian Nohn's Blog: Using Net_DNSBL and Nagios to check if your SMTP server is listed in a RBL


Community Events











Don't see your event here?
Let us know!


introduction application zendframework2 development language interview series community functional tool conference unittest framework podcast release opinion testing code example phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework