veasin/nx-log

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

log for nx

Installs: 36

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

0.0.5 2025-01-05 17:05 UTC

This package is auto-updated.

Last update: 2025-06-05 18:02:56 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)