Enable finest logging in debug mode
This commit is contained in:
9
src/ol/base/ol.js
Normal file
9
src/ol/base/ol.js
Normal file
@@ -0,0 +1,9 @@
|
||||
goog.provide('ol');
|
||||
|
||||
goog.require('goog.debug.Logger');
|
||||
|
||||
|
||||
if (goog.DEBUG) {
|
||||
var logger = goog.debug.Logger.getLogger('ol');
|
||||
logger.setLevel(goog.debug.Logger.Level.FINEST);
|
||||
}
|
||||
Reference in New Issue
Block a user