logger

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2017 License: MIT Imports: 0 Imported by: 5

Documentation

Overview

Package logger contains interface that can be used by libraries that want to accept abstract interface type to log messages.

Index

Constants

This section is empty.

Variables

View Source
var Noop noopLogger

Noop is an Interface implementation that does nothing.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Print(v ...interface{})
	Printf(format string, v ...interface{})
	Println(v ...interface{})
}

Interface combines set of methods used for logging. *log.Logger from standard library implements this interface. Interface intentionally lacks Panic* and Fatal* methods.

Jump to

Keyboard shortcuts

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