Versions in this module Expand all Collapse all v2 v2.0.1 Jun 30, 2026 Changes in this version + func New(opts ...Option) *zap.Logger + func NewLogger(opts ...Option) *kratoszap.Logger + type Config = zap.Config + type Level = zapcore.Level + const DPanicLevel + const DebugLevel + const ErrorLevel + const FatalLevel + const InfoLevel + const PanicLevel + const WarnLevel + type Option func(config *Config) + func Verbose(flag bool) Option + func WithEncoding(encoding string) Option + func WithLevel(lvl Level) Option + func WithLevelString(lvl string) Option + func WithOutput(paths []string) Option Other modules containing this package github.com/omalloc/contrib