Versions in this module Expand all Collapse all v0 v0.0.3 Jan 10, 2022 v0.0.2 Dec 23, 2021 v0.0.1 Dec 13, 2021 Changes in this version + type Log struct + DebugMode bool + Dir string + File bool + MaxAge int + Name string + Std bool + TraceName string + func (l *Log) BeanConstruct() + func (l *Log) BeanName() string + func (l *Log) Debug(ctx context.Context, msg string, keyAndValues ...interface{}) + func (l *Log) Debugw(ctx context.Context, msg string, keyAndValues ...map[string]interface{}) + func (l *Log) Error(ctx context.Context, msg string, keyAndValues ...interface{}) + func (l *Log) Errorw(ctx context.Context, msg string, keyAndValues ...map[string]interface{}) + func (l *Log) Info(ctx context.Context, msg string, keyAndValues ...interface{}) + func (l *Log) Infow(ctx context.Context, msg string, keyAndValues ...map[string]interface{}) + func (l *Log) Logger() *zap.Logger + func (l *Log) Skip(skip int) *Log + func (l *Log) Warn(ctx context.Context, msg string, keyAndValues ...interface{}) + func (l *Log) Warnw(ctx context.Context, msg string, keyAndValues ...map[string]interface{}) + func (l *Log) WithOptions(opts ...zap.Option) *Log