lexbegin/var-logger

Var Logger 组件提供了一个静态方法,将字符串消息输出到日志文件。

v1.0.0 2024-06-29 06:05 UTC

This package is auto-updated.

Last update: 2024-09-29 06:46:13 UTC


README

Var Logger 组件提供了一个静态方法,将字符串消息输出到日志文件。

安装

要安装 Var Logger,请使用 Composer

composer require lexbegin/var-logger

需求

  • PHP >= 8.0

用法

// Log a message using the dLog function
dLog("This is a debug message");

许可

本项目采用 MIT 许可证。

作者

  • Alexandru Marinescu