elmah.io launched its first public API with three GitHub-hosted integration examples, added browser and OS icons to error details for spotting platform-specific trends, moved the Clear and Delete log actions from the dashboard into a dedicated settings tab, and published new Pricing and About pages. ...
elmah.io let users name new logs (like 'My Site Staging' or 'My Site localhost') instead of relying on a URL, refreshed the responsive design for larger monitor resolutions, replaced email-only user lookup when adding log access with searchable results, and fixed all known bugs. ...
This tutorial configures ELMAH to log into Elasticsearch via the open-source Elmah.Io.Elasticsearch NuGet package: install Java and Elasticsearch locally, run Install-Package Elmah.Elasticsearch, then set the ElasticsearchErrorLog type and a connection string to http://localhost:9200 in web.config. ...
This ELMAH tutorial covers installing the ELMAH NuGet package, browsing errors at /elmah.axd, generating a test 404 to see the in-memory logger capture a stack trace and server variables, and switching to a persistent SQL Server logger by editing the <elmah> element in web.config. ...
This MSBuild guide traces the tool from its .NET 2.0 origins, replacing devenv.exe scripting and NAnt, through a working example: a .proj Build target running Message and MSBuild tasks against msbuildintro.csproj, the standard Clean, Build and Rebuild targets, and how properties parameterize builds. ...