You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,6 +74,40 @@ $errorHandler = new ErrorHandler([
67
74
68
75
**Note:** If no formatter is found, the first value of the array will be used. In the example above, `HtmlFormatter`.
69
76
77
+
### How to setup a custom log callback
78
+
79
+
This allows you to fully customize how you log (level, message, context, etc.) with access to values such as `Throwable` and `ServerRequestInterface` instances.
0 commit comments