Skip to content

Commit 92bda68

Browse files
committed
Update README with renamed logging modules
Update module list and dependency example to reflect refactored module names: replace microsphere-logging-core with microsphere-logging-commons, microsphere-logging-jdk with microsphere-java-logging, and rename microsphere-logging-logback/log4j2 to microsphere-logback/microsphere-log4j2. Adjust the sample dependency artifactId accordingly to keep documentation consistent with the project changes.
1 parent 9bd0bee commit 92bda68

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The framework is organized into several key modules:
2424
----------------------------------|-------------------------------------------------------------------------
2525
microsphere-logging-parent | Parent POM with shared configurations.
2626
microsphere-logging-dependencies | Manages dependency versions across the project.
27-
microsphere-logging-core | Provides the core features for logging.
28-
microsphere-logging-jdk | Provides the extensions features for Java Logging.
29-
microsphere-logging-logback | Provides the extensions features for logback.
30-
microsphere-logging-log4j2 | Provides the extensions features for log4j2.
27+
microsphere-logging-commons | Provides the commons features for logging.
3128
microsphere-logging-test | Provides the extensions of JUnit4 or JUnit Jupiter for logging testing.
29+
microsphere-java-logging | Provides the extensions features for Java Logging.
30+
microsphere-logback | Provides the extensions features for logback.
31+
microsphere-log4j2 | Provides the extensions features for log4j2.
3232

3333
## Getting Started
3434

@@ -60,7 +60,7 @@ Then add the specific modules you need:
6060
<!-- Logging Core -->
6161
<dependency>
6262
<groupId>io.github.microsphere-projects</groupId>
63-
<artifactId>microsphere-logging-core</artifactId>
63+
<artifactId>microsphere-logging-commons</artifactId>
6464
</dependency>
6565
</dependencies>
6666
```

0 commit comments

Comments
 (0)