Kora Aop Logging

Kora 2.0 declarative method logging — @Log (+ @Log.in / @Log.out / @Log.result / @Log.off), @Mdc and @Mask from io.koraframework.logging.common.annotation, generated by logging-annotation-processor (Java) / logging-symbol-processor (KSP). Covers entry/exit records, structured `data` markers, argument and result levels, the Kora MDC built on ScopedValue (the 1.x Kora Context is gone), MaskingRules / MaskingStrategy redaction, and the logging.levels config map. Use when adding method tracing, MDC keys, or redacting sensitive arguments in a Kora service, or when @Log produces nothing because the class is final / not open.

kora-projects 36fb358 8 files · 77.9 KB Updated

File contents

kora-projects/kora-skills/tree/main/plugins/kora-v2/skills/kora-aop-logging commit 36fb358d36

Frequently asked questions

npx skillmds@latest add kora-projects/kora-aop-logging-2