key = $key; } /** * @param LoggerLoggingEvent $event * @return string */ public function convert($event) { return $event->getMDC($this->key); } }