News Feed
Jobs Feed
Sections




News Archive
Scott Mattocks:
L is for Logging (LUCID)
September 24, 2012 @ 09:23:57

Scott Mattocks has started off his series about the LUCID development methodology (one he recently proposed) with the first article covering "L" for Logging.

Communication is the only way you can tell if an application is feeling well or is about to fall apart. If your application can't talk to you, you have no way of helping it to feel better. The L in LUCID is for logging. Logs are how applications speak. They capture information that allows us to pick up on those little signs and act early enough to make sure the application doesn't come down with the flu. If you don't have good logging throughout your system, the best you can do is react to your application falling over. A silent application is an application destined to cause midnight surprises for you and your operations team.

He talks about the difference between "just logging" and "correct logging" as well as a recommendation for the different levels: trace, debug, info, warn and error.

Letting you know that something went wrong is really only half of a log messages job. The other responsibilities of a log message are to allow you to accurately reproduce the conditions under which the event occurred, and to allow you to fix any data inconsistencies.
0 comments voice your opinion now!
lucid development principles logging effective levels


blog comments powered by Disqus

Similar Posts

Scott Mattocks: U is for Unit Tests

PHPBuilder.com: Cross-Platform Database PHP Development

NETTUTS.com: The Newbie's Guide to Test-Driven Development

NETTUTS.com: 30 PHP Best Practices for Beginners

Alexander Netkachev's Blog: "PHP IDE" is superseded by "PDT, PHP Development Tools"


Community Events











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


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

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