Documentation ¶ Index ¶ func Development() func Message(messages ...interface{}) string func Messagef(format string, a ...interface{}) string func Producation() type ZapLogger func (l *ZapLogger) Caller(skip int) *ZapLogger func (l *ZapLogger) Mark(key string) *ZapLogger func (l *ZapLogger) Source(skip int) *ZapLogger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Development ¶ func Development() func Message ¶ func Message(messages ...interface{}) string func Messagef ¶ func Messagef(format string, a ...interface{}) string func Producation ¶ func Producation() Types ¶ type ZapLogger ¶ type ZapLogger struct { *zap.Logger } var Logger *ZapLogger var Zap *ZapLogger func (*ZapLogger) Caller ¶ func (l *ZapLogger) Caller(skip int) *ZapLogger func (*ZapLogger) Mark ¶ func (l *ZapLogger) Mark(key string) *ZapLogger func (*ZapLogger) Source ¶ func (l *ZapLogger) Source(skip int) *ZapLogger Source Files ¶ View all Source files zap.go Click to show internal directories. Click to hide internal directories.