Versions in this module Expand all Collapse all v0 v0.0.1 Jun 6, 2025 Changes in this version + func GetLogger() *slog.Logger + type LoggerConfig struct + AddSource bool + EnableRotation bool + FilePath string + Format string + Level string + MaxAge int + MaxFileSize int64 + Output string + RotateInterval string + TimeFormat string + type LoggerPlugin struct + func (p *LoggerPlugin) Reload(ctx context.Context, config any) error + func (p *LoggerPlugin) Shutdown(ctx context.Context) error + func (p *LoggerPlugin) Startup(ctx context.Context, config any) error