Documentation ¶ Index ¶ Variables func Error(ctx context.Context, err error, msg string) func Info(ctx context.Context, vals log.Fields, msg string) func MakeValues(kvs ...interface{}) log.Fields func Setup() func WithValues(ctx context.Context, kvs ...interface{}) context.Context Constants ¶ This section is empty. Variables ¶ View Source var ( Shim = &logger{Interface: log.Log} ) Functions ¶ func Error ¶ func Error(ctx context.Context, err error, msg string) func Info ¶ func Info(ctx context.Context, vals log.Fields, msg string) func MakeValues ¶ func MakeValues(kvs ...interface{}) log.Fields func Setup ¶ func Setup() func WithValues ¶ func WithValues(ctx context.Context, kvs ...interface{}) context.Context Types ¶ This section is empty. Source Files ¶ View all Source files log.go setup.go shim.go Directories ¶ Show internal Expand all Path Synopsis errors Click to show internal directories. Click to hide internal directories.