Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
Debug writes a verbose trace to stderr when enabled. Use for exec traces, internal state, fallback reasoning. Gate calls with Verbose() so traces stay out of normal structured output: Debug(Verbose(), ...).
func Error ¶ added in v0.5.0
Error writes an error diagnostic to stderr. Use for hard module failures where configured contract could not be fulfilled.
func Info ¶
Info writes an informational diagnostic to stderr. Use for notable fallback paths that succeeded but via a secondary method.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.