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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# JavaScript Logging
2
2
Forwards JavaScript logs to ASP.NET Core applications.
3
3
4
-
JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to the server and calls logs the message with the equivalent using the `ILogger` interface.
4
+
JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to your ASP.NE Core application and calls logs the message with the equivalent using the `ILogger` interface.
0 commit comments