logger = $logger; } public function log( $level, $msg, array $context = [] ) { ( $this->logger )( "LOG $level: $msg" ); } }