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

Method logErrorf

mvc/controller.go:427–429  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

425}
426
427func (c *ControllerActivator) logErrorf(format string, args ...interface{}) {
428 c.Router().Logger().Errorf(format, args...)
429}
430
431// Handle registers a route based on a http method, the route's path
432// and a function name that belongs to the controller, it accepts

Callers 3

parseMethodMethod · 0.95
handleHTTPErrorMethod · 0.95
handleManyMethod · 0.95

Calls 3

RouterMethod · 0.95
ErrorfMethod · 0.80
LoggerMethod · 0.65

Tested by

no test coverage detected