Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTaskLogger ¶ added in v0.35.0
func CreateTaskLogger(config *target.BaseTargetConfig, jobId string, taskId string) (*target.BaseTargetConfig, func() error, error)
func SetupLogging ¶
func SetupLogging()
Types ¶
type LogFileToTaskInput ¶ added in v0.35.0
type WarningCollector ¶ added in v0.37.0
type WarningCollector interface {
GetWarnings() []string
}
func CreateWarningCapturingLogger ¶ added in v0.37.0
func CreateWarningCapturingLogger(config *target.BaseTargetConfig) (*target.BaseTargetConfig, WarningCollector, func(), error)
Click to show internal directories.
Click to hide internal directories.