Documentation ¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func DebugC(ctx context.Context, format string, args ...interface{})
- func DebugF(format string, args ...interface{})
- func DebugV(ctx context.Context, keyvals ...interface{})
- func DebugW(keyvals ...interface{})
- func DelLogger(name string)
- func Error(args ...interface{})
- func ErrorC(ctx context.Context, format string, args ...interface{})
- func ErrorF(format string, args ...interface{})
- func ErrorV(ctx context.Context, keyvals ...interface{})
- func ErrorW(keyvals ...interface{})
- func Fatal(args ...interface{})
- func FatalC(ctx context.Context, format string, args ...interface{})
- func FatalF(format string, args ...interface{})
- func FatalV(ctx context.Context, keyvals ...interface{})
- func FatalW(keyvals ...interface{})
- func Info(args ...interface{})
- func InfoC(ctx context.Context, format string, args ...interface{})
- func InfoF(format string, args ...interface{})
- func InfoV(ctx context.Context, keyvals ...interface{})
- func InfoW(keyvals ...interface{})
- func SetLogger(name string, logger logx.GLog)
- func Warn(args ...interface{})
- func WarnC(ctx context.Context, format string, args ...interface{})
- func WarnF(format string, args ...interface{})
- func WarnV(ctx context.Context, keyvals ...interface{})
- func WarnW(keyvals ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Logger sync.Map
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.