Documentation ¶
Overview ¶
Package logfmt provides utilities for writing key/value pairs in logfmt format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteKeyValue ¶
func WriteKeyValue(buf Writer, key, value interface{})
WriteKeyValue writes a key/value pair to the writer.
func WriteValue ¶
func WriteValue(buf Writer, value interface{})
WriteValue writes the value to the writer.
Types ¶
Click to show internal directories.
Click to hide internal directories.