MCPcopy Index your code
hub / github.com/coder/coder / Infof

Function Infof

cli/cliui/log.go:59–61  ·  view source on GitHub ↗

Infof writes a formatted log to the writer provided.

(wtr io.Writer, fmtStr string, args ...interface{})

Source from the content-addressed store, hash-verified

57
58// Infof writes a formatted log to the writer provided.
59func Infof(wtr io.Writer, fmtStr string, args ...interface{}) {
60 Info(wtr, fmt.Sprintf(fmtStr, args...))
61}
62
63// Error writes a log to the writer provided.
64func Error(wtr io.Writer, header string, lines ...string) {

Callers 15

logsMethod · 0.92
templatePresetsListMethod · 0.92
gitAskpassFunction · 0.92
ServerMethod · 0.92
syncStartMethod · 0.92
showOrganizationRolesMethod · 0.92
waitForTaskIdleFunction · 0.92
scheduleShowMethod · 0.92
provisionerJobsListMethod · 0.92

Calls 1

InfoFunction · 0.85

Tested by

no test coverage detected