Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type LoggerZapImpl ¶
type LoggerZapImpl struct {
// contains filtered or unexported fields
}
func (*LoggerZapImpl) Debug ¶
func (l *LoggerZapImpl) Debug(message string, fields ...interface{})
func (*LoggerZapImpl) Error ¶
func (l *LoggerZapImpl) Error(message string, err error, fields ...interface{})
func (*LoggerZapImpl) Fatal ¶
func (l *LoggerZapImpl) Fatal(message string, err error, fields ...interface{})
func (*LoggerZapImpl) Info ¶
func (l *LoggerZapImpl) Info(message string, fields ...interface{})
Click to show internal directories.
Click to hide internal directories.