logger

package
v0.0.0-...-5ab2dc2 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config Config) *slog.Logger

Types

type Config

type Config struct {
	Env     string `yaml:"env" env:"ENV" env-default:"local"`
	Service string `yaml:"service" env:"SERVICE_NAME" env-default:"my-app"`
	Logger  struct {
		Level     string `yaml:"level" env:"LOG_LEVEL" env-default:"info"`
		AddSource bool   `yaml:"add_source" env:"LOG_ADD_SOURCE" env-default:"false"`
	}
}

Jump to

Keyboard shortcuts

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