Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buession/buession-logging
操作日志记录
https://github.com/buession/buession-logging
audit log logging operate
Last synced: 10 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T02:00:41.000Z (about 2 months ago)
- Last Synced: 2024-11-07T02:41:23.536Z (about 2 months ago)
- Topics: audit, log, logging, operate
- Language: Java
- Homepage:
- Size: 489 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
[![Build Status](https://travis-ci.org/buession/buession-logging.svg?branch=master)](https://travis-ci.org/buession/buession-logging)
[![Coverage Status](https://img.shields.io/codecov/c/github/buession/buession-logging/master.svg)](https://codecov.io/github/buession/buession-logging?branch=master&view=all#sort=coverage&dir=asc)
[![Maven Central](https://img.shields.io/maven-central/v/com.buession.logging/buession-logging-core.svg)](https://search.maven.org/search?q=g:com.buession.logging)
[![GitHub release](https://img.shields.io/github/release/buession/buession-logging.svg)](https://github.com/buession/buession-logging/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Java support](https://img.shields.io/badge/Java-8+-green?logo=java&logoColor=white)](https://openjdk.java.net/)
[![Javadocs](http://www.javadoc.io/badge/com.buession.logging/buession-logging-core.svg)](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).