Documentation ¶
Index ¶
Constants ¶
View Source
const ( NodeLogFormatJSON = NodeLogFormat("json") NodeLogFormatPlain = NodeLogFormat("plain") )
Variables ¶
This section is empty.
Functions ¶
func NewNodeWriter ¶
func NewNodeWriter(w io.Writer, config NodeWriterConfig) io.Writer
Types ¶
type LogWriter ¶
type LogWriter func(string, LogAnnotator) (io.Writer, error)
func NewLogWriter ¶
func NewLogWriter(config LogWriterConfig) (LogWriter, error)
type LogWriterConfig ¶
type NodeLogFormat ¶
type NodeLogFormat string
type NodeWriterConfig ¶
Click to show internal directories.
Click to hide internal directories.