closed = false; } public function close() { $this->closed = true; } /** * Do nothing. * * @param LoggerLoggingEvent $event */ public function append($event) { } }