KtaleLogger
interface KtaleLogger
Logging abstraction.
Design note
KTale avoids prescribing a logging backend. Platforms may route logs to:
console
file
structured telemetry
remote sinks
Implementations should treat context as optional structured data.