SetLogger sets logger in Context
(logger *slog.Logger)
| 748 | |
| 749 | // SetLogger sets logger in Context |
| 750 | func (c *Context) SetLogger(logger *slog.Logger) { |
| 751 | c.logger = logger |
| 752 | } |
| 753 | |
| 754 | // Echo returns the `Echo` instance. |
| 755 | func (c *Context) Echo() *Echo { |