package
0.0.3-dev
Repository: https://github.com/aenjoy/builderx-go.git
Documentation: pkg.go.dev

# Functions

Println 打印日志,Debug模式下打印日志到stdout(增加"Debug:"字符),否则正常打印日志到stdout.
PrintlnOnlyInDebugMode 打印日志,Debug模式下打印日志到stdout(增加"Debug:"字符),否则不打印.
PrintLogs 打印日志,Debug模式下打印Debug级别日志到std-debug,否则打印标准Info日志到stdout.
PrintLogsOnlyInDebugMode 打印日志,Debug模式下打印Debug日志,否则不打印.

# Variables

No description provided by the author
No description provided by the author