PDA

View Full Version : Logger vs stdout/stderr


Eglin
11-30-2003, 11:48 PM
I really appreciate the foresight illustrated by whoever it was that created the Logger class. In a system where processes and threads can be so decentralized, having a unified logging system is a must. Dumping to syslogd or capturing info in a front-end admin program is all made possible by this class. Unfortunately, there are many places in the current code where things are just being printed to stdout/stderr willy-nilly. Messages written directly to the console aren