Documentation ¶
Index ¶
- func Close()
- func DPanic(args ...interface{})
- func DPanicTrace(ctx context.Context, args ...interface{})
- func DPanicf(template string, args ...interface{})
- func DPanicfTrace(ctx context.Context, template string, args ...interface{})
- func Debug(args ...interface{})
- func DebugTrace(ctx context.Context, args ...interface{})
- func Debugf(template string, args ...interface{})
- func DebugfTrace(ctx context.Context, template string, args ...interface{})
- func Error(args ...interface{})
- func ErrorTrace(ctx context.Context, args ...interface{})
- func Errorf(template string, args ...interface{})
- func ErrorfTrace(ctx context.Context, template string, args ...interface{})
- func Fatal(args ...interface{})
- func FatalTrace(ctx context.Context, args ...interface{})
- func Fatalf(template string, args ...interface{})
- func FatalfTrace(ctx context.Context, template string, args ...interface{})
- func Info(args ...interface{})
- func InfoTrace(ctx context.Context, args ...interface{})
- func Infof(template string, args ...interface{})
- func InfofTrace(ctx context.Context, template string, args ...interface{})
- func New(filename string)
- func Panic(args ...interface{})
- func PanicTrace(ctx context.Context, args ...interface{})
- func Panicf(template string, args ...interface{})
- func PanicfTrace(ctx context.Context, template string, args ...interface{})
- func Trace(ctx context.Context) *zap.SugaredLogger
- func Warn(args ...interface{})
- func WarnTrace(ctx context.Context, args ...interface{})
- func Warnf(template string, args ...interface{})
- func WarnfTrace(ctx context.Context, template string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DPanicTrace ¶ added in v0.0.2
func DPanicfTrace ¶ added in v0.0.2
func DebugTrace ¶ added in v0.0.2
func DebugfTrace ¶ added in v0.0.2
func ErrorTrace ¶ added in v0.0.2
func ErrorfTrace ¶ added in v0.0.2
func FatalTrace ¶ added in v0.0.2
func FatalfTrace ¶ added in v0.0.2
func InfofTrace ¶ added in v0.0.2
func PanicTrace ¶ added in v0.0.2
func PanicfTrace ¶ added in v0.0.2
func WarnfTrace ¶ added in v0.0.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.