Best of LoggingNovember 2023

  1. 1
    Article
    Avatar of mdnblogMDN Blog·2y

    Developer essentials: JavaScript console methods

    Explore the different methods and functionalities of the JavaScript console, including logging levels, creating tables, counting events, adding timers, grouping logs, creating traces, and clearing the console.

  2. 2
    Article
    Avatar of bartwullemsThe Art of Simplicity·3y

    .NET 8–Http Logging

    ASP.NET Core in .NET 8 introduces new capabilities in the HTTP logging middleware, eliminating the need for Serilog to achieve similar results. These capabilities include measuring the duration of request/response processing and consolidating all enabled logs into one.

  3. 3
    Article
    Avatar of discdotDiscover .NET·3y

    A more flexible and enhanced way of logging in .NET 8

    The latest version of .NET (version 8) introduces a more flexible and enhanced way of logging using the `LoggerMessageAttribute`. This attribute helps in defining logs and provides benefits like reduced code size and improved performance.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    The easiest way to tail your log files

    Laravel Pail is a package that allows easy tailing of application log files, with various useful filters available. The package can be easily installed and provides an intuitive command-line interface.