mirror of
https://github.com/prometheus/node_exporter
synced 2024-12-25 15:42:10 +00:00
2477c5c67d
Signed-off-by: yeya24 <yb532204897@gmail.com>
7 lines
336 B
Go
7 lines
336 B
Go
// 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
|