https://github.com/php-lsys/loger
lsys module:loger install: composer require lsys/loger
https://github.com/php-lsys/loger
Last synced: 5 months ago
JSON representation
lsys module:loger install: composer require lsys/loger
- Host: GitHub
- URL: https://github.com/php-lsys/loger
- Owner: php-lsys
- Created: 2018-09-09T13:02:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T14:33:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T03:47:04.433Z (over 1 year ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#日志处理
//更多设置参阅 dome/log.php
//设置日志处理 handler
\LSYS\Loger\DI::get()->loger()->add_handler(new Folder(__DIR__."/logs"));
//出问题 ,记录日志
$log=\LSYS\Loger\DI::get()->loger();
$log->add_debug("hehe");