Skip to content

Commit ab021b3

Browse files
committed
Document project intro and features in README
Replace placeholder TODOs with a brief introduction to the Microsphere Logging Framework and a concise feature list. Describes the framework purpose and key capabilities: runtime log level management, framework-agn API (Logback/Log4j2/Java Logging), JMX operational control, testing infrastructure, and multi-tenant logging configuration support.
1 parent e288c94 commit ab021b3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@
1010

1111
## Introduction
1212

13-
TODO
13+
Microsphere Logging Framework, a unified abstraction layer designed to simplify logging management across multiple Java
14+
logging frameworks. This framework provides a consistent API for dynamically managing log levels, querying logger
15+
information, and integrating with various logging backends including Logback, Log4j2, and Java Logging.
1416

1517
## Features
1618

17-
- TODO
19+
- Runtime Log Level Management: Dynamically adjust logging levels in production without restarting services
20+
- Framework-Agnostic Code: Write management code that works across different logging backends
21+
- Operational Control: Expose logging configuration through JMX for operations teams
22+
- Testing Infrastructure: Test logging-dependent behavior across multiple log configurations
23+
- Multi-Tenant Systems: Apply different logging configurations per tenant or module
1824

1925
## Modules
2026

0 commit comments

Comments
 (0)