Versions in this module Expand all Collapse all v12 v12.0.1 Feb 12, 2025 v12.0.0 Jan 6, 2025 Changes in this version + func BindingID(bindingID string) slog.Attr + func InstanceID(instanceID string) slog.Attr + type Blog struct + func New(logger *slog.Logger) Blog + func (b Blog) Enabled(context.Context, slog.Level) bool + func (b Blog) Error(message string, err error, attr ...any) + func (b Blog) Handle(_ context.Context, record slog.Record) error + func (b Blog) Info(message string, attr ...any) + func (b Blog) Session(ctx context.Context, prefix string, attr ...any) Blog + func (b Blog) With(attr ...any) Blog + func (b Blog) WithAttrs(attrs []slog.Attr) slog.Handler + func (b Blog) WithGroup(string) slog.Handler Other modules containing this package github.com/pivotal-cf/brokerapi/v11