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

Community News: Eclipse Group Webinar - PHP Development Tools (PDT) 1.0 Overview

Christopher Jones' Blog: Book Review: PHP Oracle Web Development

Lorenzo Alberton's Blog: Book review: "PHP Oracle Web Development" by Yuli Vasiliev

Elliot Haughin's Blog: ExpressionEngine2 & CodeIgniter: Will we see a change in the 3rd Party Market

Scott Mattocks: L is for Logging (LUCID)


Community Events











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


framework tool composer example opinion podcast introduction functional series testing community conference interview development database release object code language zendframework2

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