MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / appendValue

Method appendValue

logger/formatter_structured.go:114–116  ·  view source on GitHub ↗

appendValue appends an attribute value to the buffer, applying quoting.

(val slog.Value)

Source from the content-addressed store, hash-verified

112
113// appendValue appends an attribute value to the buffer, applying quoting.
114func (s *formatterStructured) appendValue(val slog.Value) {
115 s.formatterCommon.appendValue(val, true)
116}
117
118// appendGroup appends a group of attributes to the buffer.
119func (s *formatterStructured) appendGroup(name string, attrs []slog.Attr) {

Callers 2

formatMethod · 0.95
appendAttributeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected