News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Importance of logging in web development
October 04, 2010 @ 12:46:02

Sameer Borate has posted some of his thoughts about logging in PHP applications and how it can be one of the most important things you do.

Software development is an exercise in managing complexity, and the more tools and methods we have at our disposal the easier it gets. One of my favorites is logging - recording important code execution points that I think are important, especially during debugging. [...] But what information does one log and what does one keep out. This usually depends on what kind of application you are developing.

He gives an example of logging on database intensive applications - storing the query execution state - complete with a simple example of an "addUser" method that logs any issues caused by the query execution. If you're not using a framework that has it's own logger, he recommends a few: KLogger, Log4PHP and the Zend_Log component of the Zend Framework (can be used separately)

0 comments voice your opinion now!
importance logging application debug


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Comparing Benchmark Tools

Zend Developer Zone: PHP Abstract Episode 5: Using the Zend Toolbars For Debugging & Profiling Apps

DeveloperTutorials: Desktop Application Development with PHP-GTK

Wojciech Sznapka's Blog: Deploying Symfony2 applications with Ant

Paul Jones' Blog: Solar 0.25.0 released


Community Events











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


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

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