epiclog | Advanced Laravel Monolog Configuration
kandi X-RAY | epiclog Summary
kandi X-RAY | epiclog Summary
epiclog is a PHP library. epiclog has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
If you prefer your logs to be separated into many different files based on log-level, then this package is for you. The log facade Log:: by default, sends all log messages into a single file in the storage/logs directory. After installing this package, the method Log::info() will now write those log messages to storage/logs/info.log and likewise Log::error() would write to storage/logs/error.log. We create a log file in storage/logs for each log level as specified by RFC 5424.
If you prefer your logs to be separated into many different files based on log-level, then this package is for you. The log facade Log:: by default, sends all log messages into a single file in the storage/logs directory. After installing this package, the method Log::info() will now write those log messages to storage/logs/info.log and likewise Log::error() would write to storage/logs/error.log. We create a log file in storage/logs for each log level as specified by RFC 5424.
Support
Quality
Security
License
Reuse
Support
epiclog has a low active ecosystem.
It has 0 star(s) with 2 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of epiclog is current.
Quality
epiclog has no bugs reported.
Security
epiclog has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
epiclog is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
epiclog releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of epiclog
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of epiclog
epiclog Key Features
No Key Features are available at this moment for epiclog.
epiclog Examples and Code Snippets
No Code Snippets are available at this moment for epiclog.
Community Discussions
No Community Discussions are available at this moment for epiclog.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install epiclog
Installation differs slightly, depending on your framework (Laravel or Lumen). Begin by adding this to your composer.json. Continue with the following steps, depending on your framework.
Add the Service Provider and Facade Open up your config/app.php file and make the following changes: Add EpicLog\EpicLogServiceProvider::class to the providers array Add 'EpicLog' => EpicLog\EpicLogFacade::class to the aliases array
Publish php artisan vendor:publish
Configure Open config/epiclog.php and set whatever configuration options you like.
Add the Service Provider and Facade Open up your bootstrap/app.php file and add the following lines of code:
Publish Manually copy the EpicLog config file epiclog.php from the vendor source to your Lumen config directory. Additionally, because Lumen uses .env file for storing configuration, you will need to manually load the EpicLog config. Add the following to bootstrap/app.php anywhere after $app is created. For example:
Configure Open config/epiclog.php and set whatever configuration options you like.
Add the Service Provider and Facade Open up your config/app.php file and make the following changes: Add EpicLog\EpicLogServiceProvider::class to the providers array Add 'EpicLog' => EpicLog\EpicLogFacade::class to the aliases array
Publish php artisan vendor:publish
Configure Open config/epiclog.php and set whatever configuration options you like.
Add the Service Provider and Facade Open up your bootstrap/app.php file and add the following lines of code:
Publish Manually copy the EpicLog config file epiclog.php from the vendor source to your Lumen config directory. Additionally, because Lumen uses .env file for storing configuration, you will need to manually load the EpicLog config. Add the following to bootstrap/app.php anywhere after $app is created. For example:
Configure Open config/epiclog.php and set whatever configuration options you like.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page