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

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

Download   Open   Edit   Advanced Editor   Back

<?php

interface WC_Log_Handler_Interface
{
    public function handle($timestamp, $level, $message, $context);
}