Codebase list golang-github-go-logfmt-logfmt / 9797ac7d-1616-4ae0-88f8-58ad8487a687/main doc.go
9797ac7d-1616-4ae0-88f8-58ad8487a687/main

Tree @9797ac7d-1616-4ae0-88f8-58ad8487a687/main (Download .tar.gz)

doc.go @9797ac7d-1616-4ae0-88f8-58ad8487a687/mainraw · history · blame

1
2
3
4
5
6
// Package logfmt implements utilities to marshal and unmarshal data in the
// logfmt format. The logfmt format records key/value pairs in a way that
// balances readability for humans and simplicity of computer parsing. It is
// most commonly used as a more human friendly alternative to JSON for
// structured logging.
package logfmt