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
TODO: Should be checked, we still need the full methods when using the attribute LoggerMessage. Maybe we can delete the non attribute using method then?
[LoggerMessage(1,LogLevel.Error,"An error occurred while retrieving the user profile from Etsy: the remote server returned a {Status} response with the following payload: {Headers} {Body}.")]
[LoggerMessage(1,LogLevel.Error,"Etsy basic user info request failed for '{RequestUri}': remote server returned a {Status} response with: {Headers} {Body}.")]
150
+
privatestaticpartialvoidBasicUserInfoError(
151
+
ILoggerlogger,
152
+
stringrequestUri,
153
+
System.Net.HttpStatusCodestatus,
154
+
stringheaders,
155
+
stringbody);
156
+
157
+
[LoggerMessage(2,LogLevel.Error,"Etsy detailed user info request failed for '{RequestUri}': remote server returned a {Status} response with: {Headers} {Body}.")]
0 commit comments