Download the PHP package keltiecochrane/themosis-logger without Composer
On this page you can find all versions of the php package keltiecochrane/themosis-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keltiecochrane/themosis-logger
More information about keltiecochrane/themosis-logger
Files in keltiecochrane/themosis-logger
Package themosis-logger
Short Description Monolog for Themosis
License GPL-3.0-or-later
Informations about the package themosis-logger
Themosis Logger
A package for the Themosis framework that provides access to Monolog. Similar to the Laravel setup, provides support for log files, Loogly, and Slack. Also loads in some Laravel helper functions associated with logging. This plugin requires keltiecochrane/themosis-illuminate
's ConfigServiceProvider to be setup.
Install
Install through composer: -
composer require keltiecochrane/themosis-logger
Copy the logger.config.php
file to your theme/resources/config
folder, and configure as appropriate.
Register the service provider in your theme/resources/config/providers.php
file: -
KeltieCochrane\Logger\LogServiceProvider::class,
Optionally register the alias in your theme/resources/config/theme.php
file: -
'Log' => KeltieCochrane\Logger\LogFacade::class,
Examples
See the Monolog docs for more info.
Helpers
The following (additional) helpers are available: -
- info
- logger
See the Laravel docs for more info.
Support
This package is provided as is, though we'll endeavour to help where we can. By using this plugin you forfeit your right to any warranty or costs associated with it's use.
Contributing
Any contributions would be encouraged and much appreciated, you can contribute by: -
- Reporting bugs
- Suggesting features
- Sending pull requests
All versions of themosis-logger with dependencies
composer/installers Version ~1.2
themosis/framework Version ^1.3
djgadd/themosis-illuminate Version ^1.0
monolog/monolog Version ^1.19