peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends
10 stars 2 forks source link

New LogType for match results #27

Closed kskels closed 13 years ago

kskels commented 13 years ago

We can use this for tweeting match results.

log->write(Logging::AUDIT, "Peter won it!"); // this will be pushed to Twitter ;)

kskels commented 13 years ago

Already implemented as Logging::TWEET =]