Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriteLineFunc ¶
WriteLineFunc defines a function responsible for writing indidual lines of log output.
func WriteLine ¶
func WriteLine(w io.Writer) WriteLineFunc
WriteLine writes log lines to io.Writer w in plain text format.
func WriteLinePretty ¶
func WriteLinePretty(w io.Writer) WriteLineFunc
WriteLinePretty writes pretty-printed log lines to io.Writer w.
Click to show internal directories.
Click to hide internal directories.