I my Angular application, I use NGXLogger, but the loggername is always the same
[app-app-module.js:2740]
regardless of where the logging takes place.
If would expect the logger name to reflect the module name that has the log.debug('x')
import { NGXLogger } from 'ngx-logger';
constructor (private logger: NGXLogger)
{
_log = logger;
}