An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ding-appender
![Maven](https://img.shields.io/maven-central/v/com.github.bpazy/ding-appender.svg)
[![Build Status](https://travis-ci.com/Bpazy/ding-appender.svg?branch=master)](https://travis-ci.com/Bpazy/ding-appender)
[![codecov](https://codecov.io/gh/Bpazy/ding-appender/branch/master/graph/badge.svg)](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








```