rdisme/xylog

1.0.3 2020-05-09 05:40 UTC

This package is auto-updated.

Last update: 2024-10-09 15:33:40 UTC


README

记录日志

<?php

require_once('../vendor/autoload.php');

use Rdisme\Xylog\Log;


$config = array(
    'api_url' => 'localhost/',
    'app_id' => '223fesdf'
);

$log = new Log($config);
$log->set_uid('222')->set_uid_t(2)->set_lid(333)->log();