logging

package
v4.7.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level int

Level is the logger level

const (
	// SQL level is the lowest logger level. It dumps Debug level + SQL queries.
	SQL Level = iota
	// Debug level dumps debug log traces and info logs.
	Debug
	// Info level dumps info logs and warnings.
	Info
	// Warn level dumps warnings.
	Warn
)

func (Level) String

func (l Level) String() string

Jump to

Keyboard shortcuts

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