modulepackage
0.0.0-20191107000441-b3ae20a54374
Repository: https://github.com/xiaonanln/go-simplelogger.git
Documentation: pkg.go.dev
# README
go-simplelogger
a simple logger wrapper based on zap.Logger
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetLevel get the current log level.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseLevel converts string to Levels.
SetLevel sets the log level.
SetOutput sets the output writer.
TraceError prints the stack and error.
No description provided by the author
# Variables
DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel level.
PanicLevel level.
WarnLevel level.
# Type aliases
Level is type of log levels.