Versions in this module Expand all Collapse all v0 v0.2.0 Jan 12, 2021 Changes in this version + type FastXLogger struct + func NewFastXLogger(config xlogcore.Config) (*FastXLogger, error) + func (log *FastXLogger) AddCallerSkip(n int) xlogcore.FastXLog + func (log *FastXLogger) Debug(msg string) + func (log *FastXLogger) Error(msg string) + func (log *FastXLogger) Fatal(msg string) + func (log *FastXLogger) FromCtx(ctx context.Context) xlogcore.FastXLog + func (log *FastXLogger) Info(msg string) + func (log *FastXLogger) Panic(msg string) + func (log *FastXLogger) Sync() + func (log *FastXLogger) ToCtx(ctx context.Context, kvs ...xlogcore.KeyVal) context.Context + func (log *FastXLogger) Warn(msg string) + func (log *FastXLogger) With(kvs ...xlogcore.KeyVal) xlogcore.FastXLog + func (log *FastXLogger) WithOptions(opts ...xlogcore.Option) xlogcore.FastXLog + func (log *FastXLogger) XLog() xlogcore.XLog + type XLogger struct + func NewXLogger(config xlogcore.Config) (*XLogger, error) + func (log *XLogger) AddCallerSkip(n int) xlogcore.XLog + func (log *XLogger) Debug(args ...interface{}) + func (log *XLogger) Debugf(tpl string, args ...interface{}) + func (log *XLogger) Error(args ...interface{}) + func (log *XLogger) Errorf(tpl string, args ...interface{}) + func (log *XLogger) Fast() xlogcore.FastXLog + func (log *XLogger) Fatal(args ...interface{}) + func (log *XLogger) Fatalf(tpl string, args ...interface{}) + func (log *XLogger) FromCtx(ctx context.Context) xlogcore.XLog + func (log *XLogger) Info(args ...interface{}) + func (log *XLogger) Infof(tpl string, args ...interface{}) + func (log *XLogger) Panic(args ...interface{}) + func (log *XLogger) Panicf(tpl string, args ...interface{}) + func (log *XLogger) Sync() + func (log *XLogger) ToCtx(ctx context.Context, kvs ...interface{}) context.Context + func (log *XLogger) Warn(args ...interface{}) + func (log *XLogger) Warnf(tpl string, args ...interface{}) + func (log *XLogger) With(kvs ...interface{}) xlogcore.XLog + func (log *XLogger) WithOptions(opts ...xlogcore.Option) xlogcore.XLog