File "LoggerInterface.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/App/Services/Logger/LoggerInterface.php
File size: 129 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPIDE\App\Services\Logger;

interface LoggerInterface
{
    public function log(string $message, int $level);
}