Logging CFT Weekly [2026-04-28] #2844
hoppe-and-dreams
started this conversation in
Logging FT
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Participants
@rmaddikery @hoppe-and-dreams @MaciejKaszynski @sankurm @mobileinfo
@hoppe-and-dreams @MaciejKaszynski
Updated documentation on available bazel targets for mw/log:
https://github.com/eclipse-score/baselibs/blob/main/score/mw/log/README.md#bazel-targets
"@score_logging//mw/log" target will be deprecated.
Reference: eclipse-score/logging@bb16531
Note: If your application binary requires any backend other than console (e.g., remote DLT logging), you must add the corresponding backend target to your deps explicitly.
In the future (via https://github.com/eclipse-score/score/issues/2848), @score_baselibs//mw/log will serve as the sole logging target. The integrator will be responsible for making the required backends available for each target platform, and mw/log will take care of loading them dynamically as shared libraries (.so). Until dynamic backend loading is supported, you must provide each backend dependency yourself.
Reference: https://github.com/eclipse-score/baselibs/blob/main/score/mw/log/README.md#bazel-targets
Beta Was this translation helpful? Give feedback.
All reactions