logger

package
v0.0.0-...-c8b884f Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogger

func NewLogger(opts ...Option) logger.Logger

func Nop

func Nop() logger.Logger

Types

type Option

type Option func(opts *Options)

func FormatOption

func FormatOption(format logger.LogFormat) Option

func LevelOption

func LevelOption(level logger.LogLevel) Option

func NameOption

func NameOption(name string) Option

func OutputOption

func OutputOption(out io.Writer) Option

type Options

type Options struct {
	Name   string
	Output io.Writer
	Format logger.LogFormat
	Level  logger.LogLevel
}

Jump to

Keyboard shortcuts

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