logger

package
v0.27.3 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2021 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Empty

type Empty struct{}

func (Empty) Debug

func (Empty) Debug(v ...interface{})

func (Empty) Error

func (Empty) Error(v ...interface{})

func (Empty) Info

func (Empty) Info(v ...interface{})

type FmtPrinter added in v0.17.0

type FmtPrinter struct{}

func (FmtPrinter) Debug added in v0.17.0

func (FmtPrinter) Debug(v ...interface{})

func (FmtPrinter) Error added in v0.17.0

func (FmtPrinter) Error(v ...interface{})

func (FmtPrinter) Info added in v0.17.0

func (FmtPrinter) Info(v ...interface{})

type Logger

type Logger interface {
	Debug(v ...interface{})
	Info(v ...interface{})
	Error(v ...interface{})
}

Logger super basic logging interface

Jump to

Keyboard shortcuts

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