logging

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2019 License: MIT Imports: 2 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 {
	Println(msg string, args ...interface{})
}

Logger ...

type Noop

type Noop struct{}

Noop logger does nothing

func (*Noop) Println

func (n *Noop) Println(msg string, args ...interface{})

type Stdout

type Stdout struct{}

Stdout logger prints log to stdout

func (*Stdout) Println

func (s *Stdout) Println(msg string, args ...interface{})

Jump to

Keyboard shortcuts

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