Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CronLogger ¶
type CronLogger interface { // Info logs routine messages about cron's operation. Info(msg string, keysAndValues ...interface{}) // Error logs an error condition. Error(err error, msg string, keysAndValues ...interface{}) // Print prints message Print(v ...interface{}) // Printf prints formatted message Printf(format string, v ...interface{}) }
func NewCronLogger ¶
func NewCronLogger() CronLogger
Click to show internal directories.
Click to hide internal directories.