Category: logging

  • Poor Man Display Errors–part 1 – idea

    Let’s be honest,debugging can be a pain. You build your beautiful new web app (built with a snazzy backend API like .NET Core and a Blazor frontend – you know the drill!),everything seems great…until it isn’t. Suddenly,you are hitting errors,but you’re stuck hunting for clues in endless log files. Sound familiar? Wouldn’t it be amazing…

  • 7 rules of logging ( and 7 notes)

    Those are my 7 rules for logging (you can read also the side note for every rule) So here they are: Logging is good for developers,not for the user . You should not re-invent logging framework – just use one that exists in your programming language. The logging should not affect the usual behavior of…