Letractively / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

_log does not take debugLevel into account #387

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See title; 
the _log function spits stuff to my console regardless of me having defined 
debugLevel : 0

Original issue reported on code.google.com by fabian.l...@cf-dev.de on 13 Dec 2012 at 5:48

GoogleCodeExporter commented 8 years ago

Original comment by moo...@wwwendt.de on 9 Apr 2013 at 5:20

GoogleCodeExporter commented 8 years ago
That's true: _log() is a global function while debugLevel is an tree-instance 
option.

Only tree.logDebug() and tree.logInfo() will honor this setting.

Original comment by moo...@wwwendt.de on 31 Jul 2013 at 10:19