logging

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package logging defines privacy-safe logging composition shared by local modes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(w io.Writer, level slog.Leveler) *slog.Logger

New returns a JSON logger. Callers must use allowlisted fields; prohibited content and secret values must never be passed to logging in the first place.

Types

type Secret

type Secret struct {
	// contains filtered or unexported fields
}

Secret is intentionally non-serializable credential material.

func NewSecret

func NewSecret(value string) Secret

func (Secret) Bytes

func (s Secret) Bytes() []byte

func (Secret) LogValue

func (Secret) LogValue() slog.Value

Jump to

Keyboard shortcuts

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