Thomas Ardal

Thomas Ardal

Meet Thomas, the founder and developer behind elmah.io. Thomas blogs about everything technical from C# and ASP.NET Core to machine learning.

Denmark
313 posts
ASP.NET Core Logging Tutorial

This is part 4 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Configuration with Azure App Services and ASP.NET Core

This is part 3 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Deployment tracking for Octopus Deploy

About two months ago, we released Deployment Tracking on elmah.io. Deployment Tracking gives you the perfect overview of the performance of your releases, in terms of errors. Last week, we launched support for notifying elmah.io deployment tracking from Azure DevOps. Today, we are ready with support for Octopus ...

Config transformations in ASP.NET Core

This is part 2 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Deployment tracking multiple services and Azure DevOps

We hope that you are not too busy watching The Walking Dead and Westworld to notice all of the cool stuff happening on elmah.io lately. A month ago we released Deployment Tracking and today we ship support for tracking multiple services and integration with Visual Studio Team Services. Tracking ...

AppSettings in ASP.NET Core

This is part 1 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Authentication in HTTP rules

Since introducing the elmah.io rule engine almost 3 years ago, a lot of new features have been added and built on top of rules - one being the elmah.io App Store. While it's possible to hide, ignore and mail errors using rules, most of you use ...

We don't just log your errors. We help you fix them!

You may have noticed that we refer to ourselves as Error Management and not Error Logging. So what is the difference? Error Logging is the process of catching errors and logging them for further inspection. Most SaaS products out there, saying they do Error Management actually only does Error Logging. ...

Disable Logging

A question that we often get is "how do I temporarily disable logging?". Until now, our answer has been to comment out the errorLog element in web.config or similar for our range of integrations. Making local code changes (maybe directly in production? Uf!) isn't really ...