veasin/nx-log

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

log for nx

Installs: 13

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

0.0.4 2023-12-21 07:03 UTC

This package is auto-updated.

Last update: 2024-10-21 08:49:50 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)