MCPcopy Create free account
hub / github.com/imroc/req / SetLogger

Function SetLogger

client_wrapper.go:242–244  ·  view source on GitHub ↗

SetLogger is a global wrapper methods which delegated to the default client's Client.SetLogger.

(log Logger)

Source from the content-addressed store, hash-verified

240// SetLogger is a global wrapper methods which delegated
241// to the default client's Client.SetLogger.
242func SetLogger(log Logger) *Client {
243 return defaultClient.SetLogger(log)
244}
245
246// SetTimeout is a global wrapper methods which delegated
247// to the default client's Client.SetTimeout.

Callers

nothing calls this directly

Calls 1

SetLoggerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…