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

Struct levelWriter

log_test.go:852–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852type levelWriter struct {
853 ops []struct {
854 l Level
855 p string
856 }
857}
858
859func (lw *levelWriter) Write(p []byte) (int, error) {
860 return len(p), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected