package
0.0.0-20220306092745-e54033a49d1d
Repository: https://github.com/hitzhangjie/codeblocks.git
Documentation: pkg.go.dev
# README
log
an easy to use log library, supporting color, loglevel prefix
# Functions
Debug print logging info at level DEBUG, if flag verbose true, filename and lineno will be logged.
Error print logging info at level ERROR, if flag verbose true, filename and lineno will be logged.
Info print logging info at level INFO, if flag verbose true, filename and lineno will be logged.
SetFlags 设置log选项.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LVerbose 显示详细日志信息.