Need a logger instance without through the container

The way I do it is, I define an abstract ‘Controller’-class, that does the fetching of the logger (and/or other injectables), and I extend that class for the real controllers.