lexbegin / var-logger
Var Logger Component provides a static method to dump string messages into a log file.
v1.0.0
2024-06-29 06:05 UTC
Requires
- php: >=8.0
This package is auto-updated.
Last update: 2025-07-29 02:34:34 UTC
README
Var Logger Component provides a static method to dump the string message into a log file.
Installation
To install the Var Logger, use Composer:
composer require lexbegin/var-logger
Requirements
- PHP >= 8.0
Usage
// Log a message using the dLog function dLog("This is a debug message");
License
This project is licensed under the MIT License.
Author
- Alexandru Marinescu