viniciuswebdev/monolog-mattermost
Composer 安装命令:
composer require viniciuswebdev/monolog-mattermost
包简介
Handle logs to Mattermost
README 文档
README
This Handler may be useful if you need send log messages to Mattermost channels, it's very easy to setup and integrate in your application if you are using Monolog.
Instalation
composer require "viniciuswebdev/monolog-mattermost:1.0.0"
Code example
use Monolog\Logger; $logger = new Logger('application'); $logger->pushHandler(new MattermostHandler('https://mattermost.my-company.net.br/hooks/xxx')); $logger->info('Your message here!');
How to get my Webhook url?
Just follow these few steps:
- Go to Integrations item on main menu
- Incoming Webhook
- Add Incoming Webhook
- Chose a name, description and the desired channel to publish
- Get the URL to use in the Handler constructor
License
The MIT License (MIT).
统计信息
- 总下载量: 83.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-02