Hi,
However, when injecting a singleton, I can't seem to find a way of initializing the singleton instance (at the time of injection) when the custom injection is available.
Previously (before using the SLF4 custom injection) initialization in the constructor sufficed. Now however, initialization in the constructor is impossible (obviously) and is seems like injecting the singleton instance into itself injects an instance without the logger (MembersInjectorImpl handles memberInjectors before userMemberInjectors).
Am I doing anything not allowed? Should I go back to non-injected loggers?
Any comments much appreciated.
Thanks