I'm writing custum angular upgrade schematics.
The SchematicContext
contains a logger object which can be usefull to debug.
context.logger.debug('This logger seems to be usefull!');
Running angular-cli, my code is executed but I can't see the logs.
Is there a mean to activate and configure this logger ?