logyInterface

package
v0.0.0-...-1272ae6 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerCenter

type LoggerCenter interface {
	Info(v ...interface{})
	Error(v ...interface{})
	Panic(v ...interface{})
	Debug(v ...interface{})
}

type Logrus

type Logrus struct{}

func (*Logrus) Debug

func (this *Logrus) Debug(v ...interface{})

func (*Logrus) Error

func (this *Logrus) Error(v ...interface{})

func (*Logrus) Info

func (this *Logrus) Info(v ...interface{})

func (*Logrus) Panic

func (this *Logrus) Panic(v ...interface{})

type Operator

type Operator struct{}

执行者

func (*Operator) Debug

func (this *Operator) Debug(lc LoggerCenter, v ...interface{})

func (*Operator) Error

func (this *Operator) Error(lc LoggerCenter, v ...interface{})

func (*Operator) Info

func (this *Operator) Info(lc LoggerCenter, v ...interface{})

func (*Operator) Panic

func (this *Operator) Panic(lc LoggerCenter, v ...interface{})

type Zap

type Zap struct{}

func (*Zap) Debug

func (this *Zap) Debug(v ...interface{})

func (*Zap) Error

func (this *Zap) Error(v ...interface{})

func (*Zap) Info

func (this *Zap) Info(v ...interface{})

func (*Zap) Panic

func (this *Zap) Panic(v ...interface{})

Jump to

Keyboard shortcuts

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