Category Archives: logging

Exceptionless.NET client, core, UI, releases – Bugs, Usability, Performance, Self Hosting

This past week we released Exceptionless 4.0.2 and Exceptionless.NET 4.0.3, consisting of maintenance updates that fixed several usability issues for self hosters, various performance, issues, bug fixes, and some general improvements. Below is a highlight of the release notes, and don’t forget to let us know how we’re doing or what can improve by following …Read More

Duplicate Event Total Fix, Setting Min Log Levels, Foundatio Updates, and more – Live Code Demo

Blake’s back at it this week, onward to something new after the Exceptionless 4.0 launch. Today we talk deduplicate event totals, setting minimum log levels, updates to Foundatio, and tracking down an event processor job issue! We had previously reverted to earlier commits that showed the deduplicated event total separately from the event total, but …Read More

New Client Releases Focus on Sessions, Real Time Configuration, and Logging

Exceptionless.NET v3.5.0 and Exceptionless.JavaScript v1.4.0 have been released and they are chock full of new features and feature improvements! There weren’t a whole lot of bug fixes with these releases. Could it be that Exceptionless is working and we’ve squelched most of the bugs? We think so! Notably, we focused on sessions, real time configuration, and logging, …Read More

New Client Releases Focus on Sessions, Real Time Configuration, and Logging

Exceptionless.NET v3.5.0 and Exceptionless.JavaScript v1.4.0 have been released and they are chock full of new features and feature improvements! There weren’t a whole lot of bug fixes with these releases. Could it be that Exceptionless is working and we’ve squelched most of the bugs? We think so! Notably, we focused on sessions, real time configuration, and logging, …Read More

Replacing DIY Exception Logging with Exceptionless – Case Study

Today we bring you a case study from the founder of Referral Rock and serial entrepreneur, Joshua Ho. Referral Rock is a referral platform for small businesses that Josh created after he “… realized small businesses lacked the tools to make a customer referral program work.” The app allows businesses to easily and effectively create, implement, and …Read More

Replacing DIY Exception Logging with Exceptionless – Case Study

Today we bring you a case study from the founder of Referral Rock and serial entrepreneur, Joshua Ho. Referral Rock is a referral platform for small businesses that Josh created after he “… realized small businesses lacked the tools to make a customer referral program work.” The app allows businesses to easily and effectively create, implement, and …Read More

The Power of Real-time Project Settings

Did you know there are customizable server/client configuration values within your Exceptionless Project’s settings? Well now you do – and knowing’s half the battle! These project level settings are a dictionary of key value pairs (string key, string value). They are defined server-side and automatically pushed to the client when they are updated. Using this …Read More

Sending Log Messages to Exceptionless

We’re all about exceptions, but sometimes, as developers, we run into bugs that don’t throw them but still cause major havoc in the system. There are also times we just need to record an event with a custom message to help track down bottlenecks, etc. That’s where Exceptionless meets log messages. In Exceptionless 2.0, you can …Read More