package
1.0.2
Repository: https://github.com/a76yyyy/tiktok.git
Documentation: pkg.go.dev

# Functions

CtxDebugf calls the default logger's CtxDebugf method.
CtxErrorf calls the default logger's CtxErrorf method.
CtxFatalf calls the default logger's CtxFatalf method and then os.Exit(1).
CtxInfof calls the default logger's CtxInfof method.
CtxNoticef calls the default logger's CtxNoticef method.
CtxTracef calls the default logger's CtxTracef method.
CtxWarnf calls the default logger's CtxWarnf method.
Debug calls the default logger's Debug method.
Debugf calls the default logger's Debugf method.
Error calls the default logger's Error method.
Errorf calls the default logger's Errorf method.
Fatal calls the default logger's Fatal method and then os.Exit(1).
Fatalf calls the default logger's Fatalf method and then os.Exit(1).
Info calls the default logger's Info method.
Infof calls the default logger's Infof method.
Init Logger config.
Notice calls the default logger's Notice method.
Noticef calls the default logger's Noticef method.
SetLevel sets the level of logs below which logs will not be output.
SetOutput sets the output of default logger.
Trace calls the default logger's Trace method.
Tracef calls the default logger's Tracef method.
Warn calls the default logger's Warn method.
Warnf calls the default logger's Warnf method.

# Structs

A SugaredLogger wraps the Base Logger functionality in a slower, but less verbose, API.
No description provided by the author