logger

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Logf(ctx context.Context, format string, args ...interface{})
}

type LoggerFunc

type LoggerFunc func(ctx context.Context, format string, args ...interface{})

func (LoggerFunc) Logf

func (lf LoggerFunc) Logf(ctx context.Context, format string, args ...interface{})

type NoopLogger

type NoopLogger struct{}

func (NoopLogger) Logf

func (NoopLogger) Logf(ctx context.Context, format string, args ...interface{})

Jump to

Keyboard shortcuts

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