logger

package
v0.0.0-...-f01271b Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmptyLogger

type EmptyLogger struct{}

func (*EmptyLogger) Debug

func (l *EmptyLogger) Debug(args ...interface{})

func (*EmptyLogger) Debugf

func (l *EmptyLogger) Debugf(format string, args ...interface{})

func (*EmptyLogger) Error

func (l *EmptyLogger) Error(args ...interface{})

func (*EmptyLogger) Errorf

func (l *EmptyLogger) Errorf(format string, args ...interface{})

func (*EmptyLogger) Fatal

func (l *EmptyLogger) Fatal(args ...interface{})

func (*EmptyLogger) Fatalf

func (l *EmptyLogger) Fatalf(format string, args ...interface{})

func (*EmptyLogger) Info

func (l *EmptyLogger) Info(args ...interface{})

func (*EmptyLogger) Infof

func (l *EmptyLogger) Infof(format string, args ...interface{})

type Logger

type Logger interface {
	Info(args ...interface{})
	Infof(format string, args ...interface{})
	Debug(args ...interface{})
	Debugf(format string, args ...interface{})
	Error(args ...interface{})
	Errorf(format string, args ...interface{})
	Fatal(args ...interface{})
	Fatalf(format string, args ...interface{})
}

Jump to

Keyboard shortcuts

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