MCPcopy Create free account
hub / github.com/bracesdev/errtrace / logln

Function logln

cmd/errtrace/main.go:1212–1215  ·  view source on GitHub ↗
(w io.Writer, s string)

Source from the content-addressed store, hash-verified

1210}
1211
1212func logln(w io.Writer, s string) {
1213 // logging writes are best-effort
1214 _, _ = fmt.Fprintln(w, s)
1215}
1216
1217func logf(w io.Writer, format string, a ...any) {
1218 // logging writes are best-effort

Callers 2

ParseMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected