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
This example demonstrates how to use both PostSharp Logging and the error monitoring service [elmah.io](https://elmah.io) in an ASP.NET Core application.
2
+
3
+
You will need to create an elmah.io account and use your API key and log id in the setup code in `Program.cs`
4
+
5
+
`Program.cs` contains initialization logic, and `Startup.cs` has an extra statement that adds additional properties to logged events in elmah.io.
6
+
7
+
The `[assembly: Log]` custom attribute in `Program.cs` adds logging to the whole project.
8
+
9
+
We describe this project in some detail in a joint blog post with elmah.io [at our blog](https://blog.postsharp.net/elmah-io).
0 commit comments