Documentation ¶ Index ¶ func Failf(format string, args ...interface{}) func FailfWithOffset(offset int, format string, args ...interface{}) func Logf(format string, args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Failf ¶ func Failf(format string, args ...interface{}) Failf logs the fail info. func FailfWithOffset ¶ func FailfWithOffset(offset int, format string, args ...interface{}) FailfWithOffset calls "Fail" and logs the error at "offset" levels above its caller (for example, for call chain f -> g -> FailfWithOffset(1, ...) error would be logged for "f"). func Logf ¶ func Logf(format string, args ...interface{}) Logf logs the info. Types ¶ This section is empty. Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.