• v1.2.0 f9cdac5f92

    Logging Stable

    ProfessionalUwU released this 2023-06-29 19:04:19 +02:00 | 11 commits to main since this release

    More information for users

    With this release we will be adding logging to the program with the help of Serilog.

    Defaults

    By default only error and fatal event will be written to the console.
    The program also now create a log file which logs debug information by default.

    Changing the behavior of logging

    You can change this behavior by altering the logger configuration.
    A guide is now available in the readme.

    Downloads