Documentation
¶
Overview ¶
Package logging provides a file-only slog sink for components that own rich, pre-formatted terminal output (e.g. the migration reporter) and need to mirror a clean, structured copy into kcp.log — without echoing to the console, where they already print their own formatted version.
This is a deliberately narrow escape hatch. The default path for emitting a line is the standard slog levels (see the output-routing table in CLAUDE.md); reach for the file-only sink only when a component prints rich terminal output that cannot go through the clean slog.Info console render.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.