# LogbackTelegramAdapter
**Repository Path**: mayan31370/LogbackTelegramAdapter
## Basic Information
- **Project Name**: LogbackTelegramAdapter
- **Description**: 使用telegram机器人发送日志
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-02-15
- **Last Updated**: 2023-02-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LogbackTelegramAdapter
使用telegram机器人发送日志
# How to use
## 修改你的`pom.xml`文件
### 增加依赖
```xml
com.github.mayan31370
LogbackTelegramAdapter
v0.9.4
```
### 增加仓库
```xml
jitpack.io
https://jitpack.io
```
## 修改你的`logback.xml`文件
```xml
your_log_title
your_channel_id
your_bot_token
```