debuglog

package
v0.0.49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Log

func Log(e Entry)

Log invokes the registered logger when set. Safe to call from any goroutine.

func SetLogger

func SetLogger(fn func(Entry))

SetLogger registers a host-provided debug logger. Nil clears the hook.

Types

type Entry

type Entry struct {
	Event  string
	Labels map[string]string
	Fields map[string]any
}

Entry is a structured debug log record passed to an optional host logger.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL