Download the PHP package fryiee/custom_log without Composer
On this page you can find all versions of the php package fryiee/custom_log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package custom_log
custom_log
A custom Log class based on Monolog's Logger.
Installation
composer require fryiee/custom_log
Add LOG_PATH
to your .env.
The package assumes the following:
LOG_PATH=laravel
will assume the same storage location as theLog
facade usingstorage_path('logs')
LOG_PATH=some/path/
will use that path to store logs. e.g../custom_logs
LOG_PATH=
will default to the packages' own location offryiee/custom_log/logs
Adding LOG_DATE=true
to your .env will allow your logs to be dated in the same way as core Laravel logs
(Y-m-d format).
Usage
The logger uses the name to generate the log file. You can also use slashes to set a nested location:
All versions of custom_log with dependencies
PHP Build Version
Package Version
Requires
monolog/monolog Version
~1.11
The package fryiee/custom_log contains the following files
Loading the files please wait ....