Versions in this module Expand all Collapse all v0 v0.17.0 Dec 5, 2025 Changes in this version + var DebugLevel = log.DebugLevel + var FatalErrorTombstone = "fatal error" + var Logger *log.Logger + func Debug(msg interface{}, keyvals ...interface{}) + func Debugf(format string, args ...interface{}) + func Dump(something any) + func Error(msg interface{}, keyvals ...interface{}) + func Errorf(format string, args ...interface{}) + func Fatal(msg interface{}, keyvals ...interface{}) + func Fatalf(format string, args ...interface{}) + func Info(msg interface{}, keyvals ...interface{}) + func Infof(format string, args ...interface{}) + func NewProgressBar(total int64, description string, silent bool) *progressbar.ProgressBar + func Print(msg interface{}, keyvals ...interface{}) + func Printf(format string, args ...interface{}) + func Warn(msg interface{}, keyvals ...interface{}) + func Warnf(format string, args ...interface{}) + type ScalibrAdapter struct + func (s *ScalibrAdapter) Debug(args ...any) + func (s *ScalibrAdapter) Debugf(format string, args ...any) + func (s *ScalibrAdapter) Error(args ...any) + func (s *ScalibrAdapter) Errorf(format string, args ...any) + func (s *ScalibrAdapter) Info(args ...any) + func (s *ScalibrAdapter) Infof(format string, args ...any) + func (s *ScalibrAdapter) Warn(args ...any) + func (s *ScalibrAdapter) Warnf(format string, args ...any)