Change record status: 
Project: 
Introduced in branch: 
8.1.x
Description: 

ControllerBase now has a method to get a logger.
You can use it like this:

  public function myControllerMethod() {
    $this->getLogger('my-channel')->error('My error');
  }
Impacts: 
Module developers