Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func ErrorAndReturn(err error) error + func Errorf(format string, args ...interface{}) + func Infof(format string, args ...interface{}) + func PDebugf(pipelineID uint64, format string, args ...interface{}) + func PErrorAndReturn(pipelineID uint64, err error) error + func PErrorf(pipelineID uint64, format string, args ...interface{}) + func PInfof(pipelineID uint64, format string, args ...interface{}) + func PWarnf(pipelineID uint64, format string, args ...interface{}) + func TDebugf(pipelineID, taskID uint64, format string, args ...interface{}) + func TErrorAndReturn(pipelineID, taskID uint64, err error) error + func TErrorf(pipelineID, taskID uint64, format string, args ...interface{}) + func TInfof(pipelineID, taskID uint64, format string, args ...interface{}) + func TWarnf(pipelineID, taskID uint64, format string, args ...interface{})