Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + const Debug + const Error + const Info + const Warn + func DecisionIDFromContext(ctx context.Context) (string, bool) + func NewContext(parent context.Context, val *RequestContext) context.Context + func WithDecisionID(parent context.Context, id string) context.Context + func WithHTTPRequestContext(parent context.Context, val *HTTPRequestContext) context.Context + type HTTPRequestContext = v1.HTTPRequestContext + func HTTPRequestContextFromContext(ctx context.Context) (*HTTPRequestContext, bool) + type Level = v1.Level + type Logger = v1.Logger + type NoOpLogger = v1.NoOpLogger + func NewNoOpLogger() *NoOpLogger + type RequestContext = v1.RequestContext + func FromContext(ctx context.Context) (*RequestContext, bool) + type StandardLogger = v1.StandardLogger + func Get() *StandardLogger + func New() *StandardLogger