v1

package
v0.0.0-...-444e761 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: MIT Imports: 1 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 {
	Debug(string, interface{})
	Info(string, interface{})
	Warn(string, interface{})
	Error(string, interface{})
	Panic(string, interface{})
}

func NewNopLogger

func NewNopLogger() Logger

type NoLogger

type NoLogger struct{}

func (NoLogger) Debug

func (l NoLogger) Debug(module string, data interface{})

func (NoLogger) Error

func (l NoLogger) Error(module string, data interface{})

func (NoLogger) Info

func (l NoLogger) Info(module string, data interface{})

func (NoLogger) Panic

func (l NoLogger) Panic(module string, data interface{})

func (NoLogger) Warn

func (l NoLogger) Warn(module string, data interface{})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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