UWCS / choob

Compsoc's Highly Over-engineered Object-oriented Bot
http://choob.uwcs.co.uk/
GNU Lesser General Public License v2.1
17 stars 6 forks source link

Logging framework #391

Open FauxFaux opened 13 years ago

FauxFaux commented 13 years ago

Currently we log with println() to stdout, and lose it on Choob Prime when the bot decides to vanish.

Please switch to a logging framework, probably log4j over slf4j (to make Maven less angry), and ship a default good configuration.

CandleCandle commented 13 years ago

Looking into it.

FauxFaux commented 13 years ago

My start on this is in https://github.com/FauxFaux/choob/tree/faux-logging , Candle takes the lead.