https://github.com/buession/buession-logging
操作日志记录
https://github.com/buession/buession-logging
audit log logging operate
Last synced: 8 months ago
JSON representation
操作日志记录
- Host: GitHub
- URL: https://github.com/buession/buession-logging
- Owner: buession
- License: apache-2.0
- Created: 2023-05-21T03:53:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:38:55.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:16:15.415Z (over 1 year ago)
- Topics: audit, log, logging, operate
- Language: Java
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Buession Logging
[](https://travis-ci.org/buession/buession-logging)
[](https://codecov.io/github/buession/buession-logging?branch=master&view=all#sort=coverage&dir=asc)
[](https://search.maven.org/search?q=g:com.buession.logging)
[](https://github.com/buession/buession-logging/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://openjdk.java.net/)
[](http://www.javadoc.io/doc/com.buession.logging/buession-logging-core)
这是一款系统操作日志框架,完成用户操作记录,实现日志审计。支持文件、任何支持 JDBC 的关系型数据库、MongoDB、Elasticsearch、ClickHouse、InfluxDB,并可通过 RabbitMQ、Kafka、Rest 异步写入。轻松实现和业务解耦。
## Requirements
- JDK 1.8+
## Introduction
- git clone https://github.com/buession/buession-logging
- cd buession-logging/buession-logging-parent && mvn install
## Maven
- [https://search.maven.org/search?q=g:com.buession.logging](https://search.maven.org/search?q=g:com.buession.logging)
- [https://mvnrepository.com/search?q=com.buession.logging](https://mvnrepository.com/search?q=com.buession.logging)
## Documentation
- 参考文档 [https://logging.buession.com/](https://logging.buession.com/)
- Wiki [https://github.com/buession/buession-logging/wiki](https://github.com/buession/buession-logging/wiki)
- API Reference [https://logging.buession.com/manual/](https://logging.buession.com/manual/)
## License
The Buession Framework is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).