File "class-gplvault-log-handler-interface.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/gplvault-updater/includes/logger/interfaces/class-gplvault-log-handler-interface.php
File size: 158 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (!defined('ABSPATH')) {
    exit;
}
interface GPLVault_Log_Handler_Interface
{
    public function handle($timestamp, $level, $message, $context);
}