catmes/log

simple log package 简单的日志记录类

Maintainers

Details

gitee.com/catmes/log.git

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Type:libraray

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

This package is not auto-updated.

Last update: 2024-05-16 22:56:09 UTC


README

简单的日志记录类

安装

$ composer require catmes/log

基本用法

<?php

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