(format string, args ...interface{})
| 425 | } |
| 426 | |
| 427 | func (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 |
no test coverage detected