logging not availble to be inject into interceptors

This may not be something that can be achieved, but the one thing that has annoyed me is that when creating interceptors, there are certain things that can’t be injected into the interceptor. LogBox is one of them, and the one that is more important to me at this stage.

The work around is to use the controller to get the logger, but I feel this is not the right way to go.

Is it possible that the logger can be injected into interceptors or is the order of creation not possible for logbox here?

This may not be something that can be achieved, but the one thing that has annoyed me is that when creating interceptors, there are certain things that can’t be injected into the interceptor. LogBox is one of them, and the one that is more important to me at this stage.

The work around is to use the controller to get the logger, but I feel this is not the right way to go.

Is it possible that the logger can be injected into interceptors or is the order of creation not possible for logbox here?