lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

Create Log class #28

Closed lene closed 10 years ago

lene commented 10 years ago

a log class instead of #ifdef DEBUG all over the code

ideally with several severity levels and log entries automatically generated with every function entry and exit

lene commented 10 years ago
lene commented 10 years ago
lene commented 10 years ago

Logged In: YES user_id=303882 Originator: YES

Log class created and implemented as a singleton.

Further work:

implement an operator<< remove warning in releas mode about unused parameter use Log class everywhere in code log levels

but all that is not so important. i'm deprioritizing the task now.

lene commented 10 years ago
lene commented 10 years ago