Versions in this module Expand all Collapse all v0 v0.0.1 Aug 10, 2025 Changes in this version + var Logger = logrus.New() + func EnableConsole() + func EnableDebug() + func EnableError() + func EnableFatal() + func EnableInfo() + func EnableLogFile(folder, filename string, maxAge, rotateTime time.Duration) + func EnableLogFile2(folder, filename string, maxBackups, maxSize, maxAge int) + func EnableTrace() + func EnableWarn() + func SetFormatter(formatter logrus.Formatter) + func SetReportCaller(reportCaller bool)