wildphp / module-logger
Provides logging functionality for the WildPHP framework, based on Monolog
Installs: 205
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/wildphp/module-logger
Requires
- monolog/monolog: ^1.17
- wildphp/module-configuration: ^2.0
This package is not auto-updated.
Last update: 2017-08-27 17:13:23 UTC
README
This module shows information about a link when it is posted in a channel.
System Requirements
If your setup can run the main bot, it can run this module as well.
Installation
To install this module, we will use composer
:
composer require wildphp/module-logger
That will install all required files for the module. In order to activate the module, add the following line to your main.modules
file:
WildPHP\CoreModules\Logger\Logger
The bot will run the module the next time it is started.
License
This module is licensed under the GNU General Public License, version 3. Please see LICENSE
to read it.