mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
request logger middleware: add graphical information about executed route's handlers
This commit is contained in:
@@ -46,7 +46,7 @@ type RouteReadOnly interface {
|
||||
ResolvePath(args ...string) string
|
||||
// Trace should writes debug route info to the "w".
|
||||
// Should be called after Build.
|
||||
Trace(w io.Writer)
|
||||
Trace(w io.Writer, stoppedIndex int)
|
||||
|
||||
// Tmpl returns the path template,
|
||||
// it contains the parsed template
|
||||
|
||||
Reference in New Issue
Block a user