logger

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
}

func (*Base) Debug

func (b *Base) Debug(...interface{})

func (*Base) Debugf

func (b *Base) Debugf(string, ...interface{})

func (*Base) Error

func (b *Base) Error(...interface{})

func (*Base) Errorf

func (b *Base) Errorf(string, ...interface{})

func (*Base) Fatal

func (b *Base) Fatal(...interface{})

func (*Base) Fatalf

func (b *Base) Fatalf(string, ...interface{})

func (*Base) Info

func (b *Base) Info(...interface{})

func (*Base) Infof

func (b *Base) Infof(string, ...interface{})

func (*Base) SetLevel

func (b *Base) SetLevel(string)

func (*Base) Warn

func (b *Base) Warn(...interface{})

func (*Base) Warnf

func (b *Base) Warnf(string, ...interface{})

type LevelSetter

type LevelSetter interface {
	SetLevel(string)
}

type Logger

type Logger interface {
	Debug(...interface{})
	Debugf(string, ...interface{})

	Info(...interface{})
	Infof(string, ...interface{})

	Warn(...interface{})
	Warnf(string, ...interface{})

	Error(...interface{})
	Errorf(string, ...interface{})

	Fatal(...interface{})
	Fatalf(string, ...interface{})
}

Logger is the interface that declares Echo's logging system.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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