The LoggerService service is used by the DX Engine and consumers to log debugging information to the browser console.
By default logging is disabled, but can be enabled by setting LoggerService.enabled.
Each class will write scoped messages which can be enabled similarly to the debug package.
Use localStorage.setItem('debug', '*') to enable all available loggers.
The LoggerService service is used by the DX Engine and consumers to log debugging information to the browser console. By default logging is disabled, but can be enabled by setting
LoggerService.enabled
. Each class will write scoped messages which can be enabled similarly to the debug package. UselocalStorage.setItem('debug', '*')
to enable all available loggers.