package
0.0.0-20221218020805-7893cc3cdef2
Repository: https://github.com/zalgonoise/logx.git
Documentation: pkg.go.dev

# Functions

New creates a text handler based on the input io.Writer `w`.
WithWrapper creates a copy the Handler `h`, with the attribute key-value separator string `attrSeparator`.
WithWrapper creates a copy the Handler `h`, with the key-value separator string `kvSeparator`.
WithWrapper creates a copy the Handler `h`, with the time format string `timeFmt`.
WithWhitespace creates a copy the Handler `h`, with the whitespace rune `whitespace`.
WithWrapper creates a copy the Handler `h`, with the left and right wrapper runes `leftWrapper` and `rightWrapper`.

# Variables

ErrZeroBytes is raised when the `io.Writer` in the handler returns a zero-length of bytes written, when the `Write()` method is called.