config = $config; } /** * Log a message with the given severity */ abstract public function log($severity, $message); }