logger

package
v0.5.1-rc0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: MPL-2.0 Imports: 0 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogLevelDebug int = 3

Higher verbosity means the message is less important

View Source
var LogLevelError int = 1
View Source
var LogLevelWarn int = 2

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Println(format string, a ...interface{})
	Printf(format string, a ...interface{})
	Infow(msg string, kv ...interface{})
	Actionf(format string, a ...interface{})
	Generatef(format string, a ...interface{})
	Waitingf(format string, a ...interface{})
	Successf(format string, a ...interface{})
	Warningf(format string, a ...interface{})
	Failuref(format string, a ...interface{})
	Write(p []byte) (n int, err error) // added to satisfy io.Writer interface
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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