logLevel = $level; } /** * Adds a new entry to the log * * @param int $level * @param string $message * @param array $context * * @return void */ protected function addEntry($level, $message, $context = []) { // TODO: Implement addEntry() method. } }