aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-kit/kit/log/logfmt_logger.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-kit/kit/log/logfmt_logger.go')
-rw-r--r--vendor/github.com/go-kit/kit/log/logfmt_logger.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/go-kit/kit/log/logfmt_logger.go b/vendor/github.com/go-kit/kit/log/logfmt_logger.go
deleted file mode 100644
index 51cde2c..0000000
--- a/vendor/github.com/go-kit/kit/log/logfmt_logger.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package log
-
-import (
- "io"
-
- "github.com/go-kit/log"
-)
-
-// NewLogfmtLogger returns a logger that encodes keyvals to the Writer in
-// logfmt format. Each log event produces no more than one call to w.Write.
-// The passed Writer must be safe for concurrent use by multiple goroutines if
-// the returned Logger will be used concurrently.
-func NewLogfmtLogger(w io.Writer) Logger {
- return log.NewLogfmtLogger(w)
-}
nihil fit ex nihilo