Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Defensive Programming and Audit Trails

by agentv (Friar)
on Aug 06, 2002 at 19:01 UTC ( [id://188121]=note: print w/replies, xml ) Need Help??


in reply to Re: Defensive Programming and Audit Trails
in thread Defensive Programming and Audit Trails

...This last is a good point.

It is not necessary to dump all of your messages into a single log file. One very elegant strategy I encountered recently was to maintain a separate file for messages of each severity level.

Imagine a set of message severity levels:

  • chatter
  • progress
  • information
  • warning
  • error

If we use "information" as the default logging level, we would produce three output log files. If the end-user selects a higher level of logging, then files for that severity level would be updated too.

In this software, the designers also had log information sent to STDERR so that you could observe if you felt like it. The syntax model for the command line was like:

program [-nostderr] [-loglevel <severity>]

As an administrator of that software, I appreciate the ability to ask for as much (or as little) information as I need. I try to write my own programs in that same fashion.

...all the world looks like -well- all the world, when your hammer is perl. ---v

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://188121]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 18:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found