mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-20 04:23:39 +00:00
docs: updates to several patterns
This commit is contained in:
@@ -123,10 +123,6 @@ public class App {
|
||||
|
||||
In this example, the `LogProducer` services generate logs of different levels. The `LogAggregator` collects these logs and stores them in the `CentralLogStore` if they meet the minimum log level requirement. Finally, the logs are displayed by the `CentralLogStore`.
|
||||
|
||||
## Class diagram
|
||||
|
||||

|
||||
|
||||
## Applicability
|
||||
|
||||
* Useful in distributed systems where logs from various components need to be centralized for better management and analysis.
|
||||
|
||||
Reference in New Issue
Block a user