fmt.Errorf
fmt.Errorf FORMAT [INPUT]
Logs an ERROR from a template.
fmt.Erroridf
fmt.Erroridf ID FORMAT [INPUT]
Logs a suppressible ERROR from a template.
fmt.Print
fmt.Print INPUT
Returns the default string representation of the given arguments.
fmt.Printf
fmt.Printf FORMAT [INPUT]
Returns a string formatted according to the given format specifier.
fmt.Println
fmt.Println INPUT
Returns the default string representation of the given arguments, followed by a line break.
fmt.Warnf
fmt.Warnf FORMAT [INPUT]
Logs a WARNING from a template.
fmt.Warnidf
fmt.Warnidf ID FORMAT [INPUT]
Logs a suppressible WARNING from a template.
