Download the PHP package alekseon/logger without Composer
On this page you can find all versions of the php package alekseon/logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alekseon/logger
More information about alekseon/logger
Files in alekseon/logger
Download alekseon/logger
More information about alekseon/logger
Files in alekseon/logger
Vendor alekseon
Package logger
Short Description Tool to easy add logs for Magento 2
License OSL-3.0 AFL-3.0
Package logger
Short Description Tool to easy add logs for Magento 2
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package logger
AlekseonLogger
With this tool you can easy add some logs in magento 2 in any place in code just by adding line:
\Alekseon\Logger\Logger::info($message, $fileName);
- $message, can be any string
- $fileName, is optional, if its not provided then log file is: "alekseon.log"
Your log will in file /var/log/$fileName
Installation
composer require alekseon/logger
Available methods
- info($message, $fileName = null)
- debug($message, $fileName = null)
- notice($message, $fileName = null)
- warning($message, $fileName = null)
- error($message, $fileName = null)
- critical($message, $fileName = null)
- alert($message, $fileName = null)
- emergency($message, $fileName = null)
All versions of logger with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
^103.0.0
The package alekseon/logger contains the following files
Loading the files please wait ....