MCPcopy
hub / github.com/OJ/gobuster / Printf

Method Printf

libgobuster/logger.go:64–66  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

62}
63
64func (l Logger) Printf(format string, v ...any) {
65 l.log.Printf(format, v...)
66}
67
68func (l Logger) Println(v ...any) {
69 l.log.Println(v...)

Callers 8

mainFunction · 0.80
ParseCommonHTTPOptionsFunction · 0.80
resultWorkerFunction · 0.80
GobusterFunction · 0.80
DebugfMethod · 0.80
WarnfMethod · 0.80
InfofMethod · 0.80
ErrorfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected