log

package
v0.0.0-...-cb7ffae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Debugw(info string, kvs ...interface{})
	Infow(info string, kvs ...interface{})
	Warnw(info string, kvs ...interface{})
	Errorw(info string, kvs ...interface{})
	Fatalw(info string, kvs ...interface{})
}
var (
	DefaultLogger Logger = newDefaultLogger()
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL