Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2024 Changes in this version + func GetCore(l *StandardLog) zapcore.Core + func GetLabelsAsZapFields(labels logger.Labels) []zap.Field + func GetLabelsKeys(labels logger.Labels) []string + func GetLoggerFieldsAsZapFields(loggerFields logger.Fields) []zap.Field + func New(labels logger.Labels, opts ...Option) logger.Log + type Option func(*loggerSettings) + func WithLogLevel(logLevel logger.Level) Option + type PanicContainer struct + Code uint64 + type StandardLog struct + ZapLogger zapLogger + func (l *StandardLog) Close() + func (l *StandardLog) Error(msg string, code uint64) + func (l *StandardLog) Errorw(msg string, code uint64, fields logger.Fields) + func (l *StandardLog) Fatal(msg string, code uint64) + func (l *StandardLog) Fatalw(msg string, code uint64, fields logger.Fields) + func (l *StandardLog) Flush() + func (l *StandardLog) Info(msg string) + func (l *StandardLog) Infow(msg string, fields logger.Fields) + func (l *StandardLog) Panic(msg string, code uint64) + func (l *StandardLog) PanicLogger() + func (l *StandardLog) Panicw(msg string, code uint64, fields logger.Fields) + func (l *StandardLog) Warn(msg string) + func (l *StandardLog) Warnw(msg string, fields logger.Fields)