SchwarzIT / sap-usi-logging-api

An easy-to-use, object-oriented encapsulation around the SAP application log (Transaction SLG1)
Apache License 2.0
23 stars 0 forks source link

Sub-Logs #2

Open NeumannJoerg opened 2 years ago

NeumannJoerg commented 2 years ago

The API is currently enforcing the One-Log-Approach. This is nice for analyzing issues, as all relevant messages will be in one log.

It is not so nice anymore, when you want to analyze the behavior of a reusable component, that would create its own logs, which are then "abducted" by the calling applications, as they are opening logs of their own.

A compromise that works for both scenarios would be nice.

Idea:

Some points still need some clarification: