... DebugLevel.
core := zapcore.NewCore(encoder, writeSyncer, l)
// New constructs a new Logger from the provided zapcore.Core and Options. If
// the passed zapcore.Core is nil, it falls back to using a no-op
// implementation.
// AddCaller configures the Logger to annotate each message w...