logger

package
v0.0.0-...-ea924cd Latest Latest
Warning

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

Go to latest
Published: Sep 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 LoggerInterface

type LoggerInterface interface {
	Error(message string, args ...interface{})
	Warning(message string, args ...interface{})
	Info(message string, args ...interface{})
	Debug(message string, args ...interface{})
}

type NilLogger

type NilLogger struct{}

func (NilLogger) Debug

func (l NilLogger) Debug(message string, args ...interface{})

func (NilLogger) Error

func (l NilLogger) Error(message string, args ...interface{})

func (NilLogger) Info

func (l NilLogger) Info(message string, args ...interface{})

func (NilLogger) Warning

func (l NilLogger) Warning(message string, args ...interface{})

Jump to

Keyboard shortcuts

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