catmes/log

简单的日志记录类

维护者

详细信息

gitee.com/catmes/log.git

安装: 6

依赖者: 0

建议者: 0

安全: 0

类型:

v1.0.1 2021-04-29 09:09 UTC

This package is not auto-updated.

Last update: 2024-09-20 00:41:18 UTC


README

简单的日志记录类

安装

$ composer require catmes/log

基本用法

<?php

use Catmes\Log\Logger;
$logger = new Logger(__DIR__);
$logger->add('hello this is a simple log');