Skip to content

Commit a1afe28

Browse files
Steven T. CramerSteven T. Cramer
authored andcommitted
I want to see the Request and Response in the log message
1 parent c8ed5a9 commit a1afe28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/BlazorState/Pipeline/RenderSubscriptions/RenderSubscriptionsPostProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public RenderSubscriptionsPostProcessor(
1414
Subscriptions aSubscriptions)
1515
{
1616
Logger = aLogger;
17-
Logger.LogDebug($"{GetType().Name} constructor");
17+
Logger.LogDebug($"{GetType().Name}: constructor with TRequest:{typeof(TRequest).Name} TResponse:{typeof(TResponse).Name}");
1818
Subscriptions = aSubscriptions;
1919
}
2020

0 commit comments

Comments
 (0)