* * For the full copyright and license information, please view the LICENSE file */ namespace Filegator\Services\Logger; interface LoggerInterface { public function log(string $message, int $level); }