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

Method DisableDebugLog

client.go:538–541  ·  view source on GitHub ↗

DisableDebugLog disable debug level log (disabled by default).

()

Source from the content-addressed store, hash-verified

536
537// DisableDebugLog disable debug level log (disabled by default).
538func (c *Client) DisableDebugLog() *Client {
539 c.DebugLog = false
540 return c
541}
542
543// EnableDebugLog enable debug level log (disabled by default).
544func (c *Client) EnableDebugLog() *Client {

Callers 3

SetDebugMethod · 0.95
TestDebugLogFunction · 0.80
DisableDebugLogFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDebugLogFunction · 0.64