# Functions

Any returns an slog.Attr for the supplied value.
Binary returns an slog.Attr for a binary blob.
Bool returns an slog.Attr for a bool.
ByteString returns an slog.Attr for a UTF-8 encoded byte string.
Duration returns an slog.Attr for a [time.Duration].
Error returns an slog.Attr for an error value.
Float32 converts a float32 to a float64 and returns an slog.Attr with that value.
Float64 returns an slog.Attr for a floating-point number.
Group returns an slog.Attr for a Group [Value].
Int converts an int to an int64 and returns an slog.Attr with that value.
Int16 converts an int16 to an int64 and returns.
Int32 converts an int32 to an int64 and returns.
Int64 returns an slog.Attr for an int64.
Int8 converts an int8 to an int64 and returns.
NamedError returns an slog.Attr for an error value with a key.
Reflect returns an slog.Attr for an arbitrary object.
Stack returns an slog.Attr for the current stack trace.
StackSkip returns an slog.Attr for the stack trace similarly to Stack, but also skips the given number of frames from the top of the stacktrace.
String returns an slog.Attr for a string value.
Stringer returns an slog.Attr for a fmt.Stringer value.
Time returns an slog.Attr for a [time.Time].
Uint converts a uint to a uint64 and returns.
Uint16 converts a uint16 to a uint64 and returns.
Uint32 converts a uint32 to a uint64 and returns.
Uint64 returns an slog.Attr for a uint64.
Uint8 converts a uint8 to a uint64 and returns.
Uintptr returns an slog.Attr for a uintptr.

# Constants

Keys for log attributes.
Keys for log attributes.
Keys for log attributes.
Keys for log attributes.
Keys for log attributes.
Keys for log attributes.
Keys for log attributes.