By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.1.x
Issue links:
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