logadapter

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	Error(msg string, keysAndValues ...any)
	Info(msg string, keysAndValues ...any)
	Debug(msg string, keysAndValues ...any)
	Warn(msg string, keysAndValues ...any)
}

type Noop

type Noop struct{}

func (Noop) Debug

func (Noop) Debug(_ string, _ ...any)

func (Noop) Error

func (Noop) Error(_ string, _ ...any)

func (Noop) Info

func (Noop) Info(_ string, _ ...any)

func (Noop) Warn

func (Noop) Warn(_ string, _ ...any)

Jump to

Keyboard shortcuts

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