1
0
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:
Gerasimos (Makis) Maropoulos
2020-08-19 01:24:36 +03:00
parent 4228dd8ea4
commit bdb94bbae2
6 changed files with 74 additions and 31 deletions

View File

@@ -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