To white list, we do:
Minilog.suggest.defaultResult = false; // Enable Whitelist Mode
Minilog
.suggest
.clear()
.allow(component,level);
Minilog.enable();
Would if be possible to target angular2 components to steer the logging on the granular level like with node js modules?
To white list, we do:
Would if be possible to target angular2 components to steer the logging on the granular level like with node js modules?