loggers

package
v0.0.0-...-4a00286 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 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 {
	Log(string, ...any)
}

type QuietLogger

type QuietLogger struct{}

func NewQuietLogger

func NewQuietLogger() *QuietLogger

func (*QuietLogger) Log

func (l *QuietLogger) Log(format string, args ...any)

type StdOutLogger

type StdOutLogger struct{}

func NewStdOutLogger

func NewStdOutLogger() *StdOutLogger

func (*StdOutLogger) Log

func (l *StdOutLogger) Log(format string, args ...any)

Jump to

Keyboard shortcuts

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