log/slog

log/slog logger

Wrap slog Handlers

Join Point
Advice
Replace the expression using the template:
// Using the following synthetic imports:
import (
	slogtrace "gopkg.in/DataDog/dd-trace-go.v1/contrib/log/slog"
)
{{ .AST.Fun }}(slogtrace.WrapHandler({{ index .AST.Args 0 }}))