package log
import "github.com/envoyproxy/go-control-plane/pkg/log"
Package log provides a logging interface for use in this library.
Index ¶
Types ¶
type Logger ¶
type Logger interface { // Debugf logs a formatted debugging message. Debugf(format string, args ...interface{}) // Infof logs a formatted informational message. Infof(format string, args ...interface{}) // Warnf logs a formatted warning message. Warnf(format string, args ...interface{}) // Errorf logs a formatted error message. Errorf(format string, args ...interface{}) }
Logger interface for reporting informational and warning messages.
Source Files ¶
- Version
- v0.9.5
- Published
- Apr 1, 2020
- Platform
- darwin/amd64
- Last checked
- 5 minutes ago –
Tools for package owners.