We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc312c commit 5d9b9d0Copy full SHA for 5d9b9d0
1 file changed
README.md
@@ -74,6 +74,7 @@ public class LoggingMiddleware(ILogger<LoggingMiddleware> logger)
74
{
75
public Stopwatch Before(object message) => Stopwatch.StartNew();
76
77
+ // Objects or tuples returned from the Before method are available as parameters
78
public void Finally(object message, Stopwatch sw, Exception? ex)
79
80
logger.LogInformation("Handled {MessageType} in {Ms}ms",
0 commit comments