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 { // Infof logs a formatted informational message. Infof(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.6.6
- Published
- Jan 4, 2019
- Platform
- linux/amd64
- Last checked
- 12 minutes ago –
Tools for package owners.