https://github.com/bpazy/ding-appender
logback ding ding(钉钉) appender
https://github.com/bpazy/ding-appender
Last synced: 4 months ago
JSON representation
logback ding ding(钉钉) appender
- Host: GitHub
- URL: https://github.com/bpazy/ding-appender
- Owner: Bpazy
- Created: 2019-01-05T11:21:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T12:32:40.000Z (over 1 year ago)
- Last Synced: 2025-01-03T20:12:28.740Z (5 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ding-appender

[](https://travis-ci.com/Bpazy/ding-appender)
[](https://codecov.io/gh/Bpazy/ding-appender)Logback ding ding appender which send your log to your dingding group. Just like SMTPAppender send log to email.
## Usage
1. Create your group then add a bot and remember bot's access token.
2. Add maven dependency `ding-appender` to your project.
3. Fill the logback.xml with the access token.
### synchronous appender
```xml
your_dingding_bot_access_token
```
### asynchronous appender
```xml
your_dingding_bot_access_token
```