Versions in this module Expand all Collapse all v0 v0.31.4 Nov 7, 2020 v0.31.3 Nov 6, 2020 Changes in this version + var Log *logs.BeeLogger + func AppendListener(l LogListener) + func CallLogListeners(log string) + func Debug(format string, v ...interface{}) + func Error(format string, v ...interface{}) + func Info(format string, v ...interface{}) + func InitLog(logWay string, logFile string, logLevel string, maxdays int64, ...) + func SetLogFile(logWay string, logFile string, maxdays int64, disableLogColor bool) + func SetLogLevel(logLevel string) + func Trace(format string, v ...interface{}) + func Warn(format string, v ...interface{}) + type LogListener interface + Location func() string + Log func(log string)