• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-May-2019-

README.mdH A D21-May-2019318 96

klogr.goH A D21-May-20195.2 KiB195142

klogr_test.goH A D21-May-20193 KiB10493

README.md

1# Minimal Go logging using klog
2
3This package implements the [logr interface](https://github.com/go-logr/logr)
4in terms of Kubernetes' [klog](https://github.com/kubernetes/klog).  This
5provides a relatively minimalist API to logging in Go, backed by a well-proven
6implementation.
7
8This is a BETA grade implementation.
9