github.com/robfig/cron/v3.Logger.Info (method)
10 uses
github.com/robfig/cron/v3 (current package)
chain.go#L69: logger.Info("delay", "duration", dur)
chain.go#L88: logger.Info("skip")
cron.go#L240: c.logger.Info("start")
cron.go#L246: c.logger.Info("schedule", "now", now, "entry", entry.ID, "next", entry.Next)
cron.go#L266: c.logger.Info("wake", "now", now)
cron.go#L276: c.logger.Info("run", "now", now, "entry", e.ID, "next", e.Next)
cron.go#L284: c.logger.Info("added", "now", now, "entry", newEntry.ID, "next", newEntry.Next)
cron.go#L292: c.logger.Info("stop")
cron.go#L299: c.logger.Info("removed", "entry", id)
logger.go#L21: Info(msg string, keysAndValues ...interface{})