Documentation ¶
Index ¶
- 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{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorAndReturn ¶
ErrorAndReturn print polished log and return original error.
func PErrorAndReturn ¶
PErrorAndReturn print polished log and return original error.
func TErrorAndReturn ¶
TErrorAndReturn print polished log and return original error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.