channel = $channel; } public function log( $level, $message, array $context = [] ) { fwrite( STDERR, "[$level] " . LegacyLogger::format( $this->channel, $message, $context ) ); } }