Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GooseLogger ¶
type GooseLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New(lg *zap.Logger) *GooseLogger
func (*GooseLogger) Fatal ¶
func (l *GooseLogger) Fatal(v ...interface{})
func (*GooseLogger) Fatalf ¶
func (l *GooseLogger) Fatalf(format string, v ...interface{})
func (*GooseLogger) Print ¶
func (l *GooseLogger) Print(v ...interface{})
func (*GooseLogger) Printf ¶
func (l *GooseLogger) Printf(format string, v ...interface{})
func (*GooseLogger) Println ¶
func (l *GooseLogger) Println(v ...interface{})
Click to show internal directories.
Click to hide internal directories.