Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 560 Bytes

File metadata and controls

22 lines (12 loc) · 560 Bytes

:core:logger

Responsibility

Provides the multiplatform logging facade, tags, configuration, and logger factory shared by KNet modules.

Owns

  • Logging contracts and configuration.
  • Safe throwable and structured-message logging behavior.

Does not own

  • Log persistence, telemetry export, UI consoles, or feature lifecycle policy.

Dependency rule

Remain a leaf core utility with no project-module dependency.

Migration direction

Keep as the common logging abstraction; add sinks through composition rather than feature dependencies.