Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type StepLogger ¶
type StepLogger interface {
Step(string)
Stepf(string, ...any)
Warn(string)
Warnf(string, ...any)
Info(string)
Infof(string, ...any)
Error(error)
}
Specific logger interface use by deployment jobs to document the deployment process.
func NewStepLogger ¶
func NewStepLogger(writer io.Writer) StepLogger
Instantiates a new step logger to provide a simple way to build a deployment logfile.
Click to show internal directories.
Click to hide internal directories.