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

Struct multiLevelWriter

writer.go:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type multiLevelWriter struct {
79 writers []LevelWriter
80}
81
82func (t multiLevelWriter) Write(p []byte) (n int, err error) {
83 for _, w := range t.writers {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected