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