logger

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// Writer is a log writer. default is os.Stdout.
	Writer io.Writer = os.Stdout
)

Functions

func Debug

func Debug(uuid uuid.UUID, message string)

Debug logs with the Debug severity.

func Debugf

func Debugf(uuid uuid.UUID, format string, args ...interface{})

Debugf logs with the Debug severity.

func Error

func Error(uuid uuid.UUID, message string)

Error logs with the Error severity.

func Errorf

func Errorf(uuid uuid.UUID, format string, args ...interface{})

Errorf logs with the Error severity.

func Info

func Info(uuid uuid.UUID, message string)

Info logs with the Info severity.

func Infof

func Infof(uuid uuid.UUID, format string, args ...interface{})

Infof logs with the Info severity.

Types

This section is empty.

Jump to

Keyboard shortcuts

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