MCPcopy
hub / github.com/rs/zerolog / Formatter

FuncType Formatter

console.go:48–48  ·  console.go::Formatter

Formatter transforms the input into a formatted string.

func(interface{}) string

Source from the content-addressed store, hash-verified

46
47// Formatter transforms the input into a formatted string.
48type Formatter func(interface{}) string
49
50// FormatterByFieldName transforms the input into a formatted string,
51// being able to differentiate formatting based on field name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected