veasin/nx-log

There is no license information available for the latest version (0.0.4) of this package.

log for nx

0.0.4 2023-12-21 07:03 UTC

This package is auto-updated.

Last update: 2024-09-21 08:38:35 UTC


README

log for nx

composer require veasin/nx-log

use \nx\parts\log\file;
use \nx\parts\log\dump;
class app extends \nx\app{
    use file,dump;
    public $log_dump_name='dump';
}
$this->log($any);
$this->log->warning($any)