logger

package
v4.5.2+incompatible Latest Latest
Warning

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

Go to latest
Published: May 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 294

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Logger = newLogger()

Logger is the default logger instance

Functions

This section is empty.

Types

type LogPriority

type LogPriority int

LogPriority specifies the logging level for the client

const (
	// DEBUG log level
	DEBUG LogPriority = iota - 1
	// INFO log level
	INFO
	// WARNING log level
	WARNING
	// ERR log level
	ERR
	// OFF log level
	OFF LogPriority = 999
)

Jump to

Keyboard shortcuts

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