Logger NoneLogLevels Angular

How do I integrate the Logger.LogLevels = Logger.NoneLogLevel into an Angular project? No matter where I place it, the code is not executed.

It should just work anywhere as it is a static. Could you provide more info about what happens ? and maybe a repro?

I used this template https://github.com/JohnnyDevNull/ng-babylon-template/blob/master/src/app/engine/engine.service.ts

As in this one there is even no tree shaking I can not think about any reasonable explanations. @RaananW is amazing with Angular and might have an idea ?

I can’t see any call to the logger in this case, do you want to show the code you are using? Also - does it fail? or simply does nothing? Can you output the value of the Logger object?