ratalaika / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

Use logging more consistently #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Our current engine and sample code uses a mishmash of std::cout, printf,
and built-in logging statements. Sweep through and make this more consistent. 

Original issue reported on code.google.com by lieseg...@gmail.com on 8 Feb 2009 at 8:31

GoogleCodeExporter commented 9 years ago
Should also make it so Logs don't write to the .app directory on the Mac -- 
should be
in Application Support or something. That'll take some doing, though. :-( 

Original comment by lieseg...@gmail.com on 10 Feb 2009 at 2:08

GoogleCodeExporter commented 9 years ago
Now fixed in my branch, soon to be merged. 

Original comment by lieseg...@gmail.com on 10 Feb 2009 at 5:04