lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Add a new debug level #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The engine needs one more debug output level.  Above Console.log(), but
below Console.debug().  Suggest calling it "Console.info()".  This would
allow some granularity in messages that are needed to get further
information about objects and patterns, but isn't at the same level as
object creation reporting.

For instance, it would be nice to be able to see object's dependencies
without having to worry about it disappearing when the game is loaded and
objects are being created/destroyed.

Original issue reported on code.google.com by bfatt...@gmail.com on 16 Sep 2008 at 3:56

GoogleCodeExporter commented 8 years ago
New debug level has been added.

Original comment by bfatt...@gmail.com on 8 Oct 2008 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 16 Nov 2009 at 2:54

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 10 Jun 2010 at 9:07