altf4 / RealTimeTactics

Real Time Tactics (RTT) Game
GNU General Public License v3.0
6 stars 4 forks source link

Make unified logging mechanism #7

Open altf4 opened 12 years ago

altf4 commented 12 years ago

Should allow for different levels:

debug, info, warning, error, critical

Also should write to file and to sterr. Output should be easily parsed so you can just view particular kinds of logs.

altf4 commented 12 years ago

Also include better log messages with strerror() and such

altf4 commented 12 years ago

Probably just use syslogd