log

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Infof

func Infof(logger Logger, format string, v ...interface{})

Infof logs at info level when supported, otherwise falls back to Printf.

func Warnf

func Warnf(logger Logger, format string, v ...interface{})

Warnf logs at warn level when supported, otherwise falls back to Printf.

Types

type Logger

type Logger interface {
	Printf(format string, v ...interface{})
}

Logger is a minimal interface compatible with stdlib loggers.

type NoopLogger

type NoopLogger struct{}

NoopLogger discards all log messages.

func (NoopLogger) Infof

func (NoopLogger) Infof(string, ...interface{})

func (NoopLogger) Printf

func (NoopLogger) Printf(string, ...interface{})

func (NoopLogger) Warnf

func (NoopLogger) Warnf(string, ...interface{})

Jump to

Keyboard shortcuts

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