catmes/log

simple log package 简单的日志记录类

Maintainers

Package info

gitee.com/catmes/log.git

Type:libraray

pkg:composer/catmes/log

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

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

This package is not auto-updated.

Last update: 2026-03-20 07:26:59 UTC


README

简单的日志记录类

安装

$ composer require catmes/log

基本用法

<?php

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