MyQEE\Server\Worker::log PHP Метод

log() публичный Метод

输出自定义log
public log ( string $label, array $data = null, string $type = 'other', string $color = '[36m' )
$label string
$data array
$type string
$color string
    public function log($label, array $data = null, $type = 'other', $color = '[36m')
    {
        Server::$instance->log($label, $data, $type, $color);
    }