A new drop-down on elmah.io's organization settings page lets administrators bulk-add or bulk-remove a single user across every log in the organization in one click, replacing manual per-log assignment introduced a month earlier with the Organizations feature. ...
elmah.io's IP Filter app, added to the App Store, lets you ignore errors from a single IP address or a full IP range directly through the UI by entering matching From and To values on a log's business rules, replacing the previous manual filter setup process. ...
elmah.io's ASP.NET Core integration builds on the Microsoft.Extensions.Logging-based logger, adding support for classic MVC and Web API alongside Core apps via the prerelease Elmah.Io.AspNetCore and Elmah.Io.Extensions.Logger NuGet packages, configured with UseElmahIo and an API key and log ID. ...
elmah.io's search results page replaced the endless auto-load pattern with an explicit 'Show more' button, letting users control exactly when additional matching error results are appended to the list instead of loading automatically while scrolling. ...
elmah.io's first ASP.NET Core prerelease ships Elmah.Io.Client v3.0.0, built on the new Swagger-documented v3 API and AutoRest-generated code, plus the renamed Elmah.Io.Extensions.Logging package (formerly Elmah.Io.Framework.Logging) supporting Windows, Linux, and Mac. ...
elmah.io's new Organization feature migrates every user into an auto-generated organization, moves user administration from individual logs to a central organization settings view, and lets administrators assign roles like Administrator across all logs at once. ...
This guide compares .NET logging frameworks log4net (a 2001 Apache log4j port), ELMAH (Atif Aziz's 2004 error-only logger), NLog (Jarek Kowalski's alternative), and Serilog (Nicholas Blumhardt's 2013 structured-logging framework), and explains logging vs. error management. ...
elmah.io's log creation flow now embeds a framework selector directly in the UI: click a button like Serilog and matching installation and configuration documentation loads inline, instead of sending you to the separate docs site for the default generic NuGet setup steps. ...
elmah.io's BotBuster app, installed from a log's Apps tab, automatically filters out errors generated by a built-in list of known bots, crawlers, and spiders so uncaught-error logs only show issues triggered by real users, not automated robot traffic hitting nonexistent resources. ...