Versions in this module Expand all Collapse all v0 v0.1.5 Feb 3, 2025 v0.1.4 Feb 3, 2025 Changes in this version + var LogFilePath string + var PrependDateToLogs = false + func Debug(message string, fmtArgs ...interface{}) + func DebugNoColor(message string, fmtArgs ...interface{}) + func Error(message string, fmtArgs ...interface{}) + func ErrorDisplay(msg string, err error, fmtArgs ...interface{}) + func FormatErrors(err error) string + func IncrementProgressBar(onDone ...func()) + func Info(message string, fmtArgs ...interface{}) + func List(list []string, format string, separator string) string + func Log(verb string, color string, message string, fmtArgs ...interface{}) + func LogNoColor(verb string, color string, message string, fmtArgs ...interface{}) + func LogNoFormatting(verb string, color string, message string) + func ProgressBarFinished() bool + func ShowingColors() bool + func StartProgressBar(total int, verb string, color string) + func StopProgressBar() + func TimeTrack(start time.Time, job string, args ...interface{}) + func Timing(job string, args []interface{}, timeTaken time.Duration) + func UpdateProgressBar(verb string, color string, message string, details ...string) + func Warn(message string, fmtArgs ...interface{}) + func WarnDisplay(msg string, err error, fmtArgs ...interface{})