Versions in this module Expand all Collapse all v0 v0.2.0 Mar 26, 2025 v0.1.0 Feb 24, 2025 Changes in this version + const DefaultFile + const DefaultFormat + const Name + func Factory(sections []string, configs types.ConfigData, opts ...log.Option) (log.ProviderType, error) + func WithFile(n string) log.Option + func WithFormat(n string) log.Option + type Config struct + File string + Format string + func NewConfig(section []string, configs types.ConfigData, opts ...log.Option) (Config, error) + type Provider struct + func (p *Provider) Handler() (slog.Handler, error) + func (p *Provider) Key() string + func (p *Provider) Start() error + func (p *Provider) Stop(_ context.Context) error