Documentation
¶
Overview ¶
Package log is the leveled logging surface for the ai runtime. Records emit through luxfi/log to structured stderr, where the unified cloud process (HIP-0106) has its ZAP/o11y pipeline collect them.
Info/Warning/Warn/Error take a leading format value plus optional args: a string containing a format verb is used as a fmt format string; any other leading value, or trailing args when the string has no verb, are rendered and appended as " %v" fields. That formatting contract lets the call sites read and format exactly as before.
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.