MCPcopy Create free account
hub / github.com/kataras/iris / initDebugf

Method initDebugf

middleware/rewrite/rewrite.go:133–139  ·  view source on GitHub ↗

init the request logging with [DBUG].

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

131
132// init the request logging with [DBUG].
133func (e *Engine) initDebugf(format string, args ...interface{}) {
134 if e.logger == nil {
135 return
136 }
137
138 e.logger.Debugf(format, args...)
139}
140
141var skipDBUGSpace = strings.Repeat(" ", 7)
142

Callers 1

RewriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected