Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved The Performance Of Logger #66895

Closed
wants to merge 3 commits into from
Closed

Improved The Performance Of Logger #66895

wants to merge 3 commits into from

Commits on Mar 20, 2022

  1. Improved The Performance Of Logger

    Updated LoggerExtensions.cs To Only Even Try To Log If The Log Level If Enable To Improve Performance Of Logger By Saving Memory Allocation
    ProgrammingFire authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    3518ed0 View commit details
    Browse the repository at this point in the history
  2. Fixed LoggerExtensions.cs

    Added A Space After The `if` Keyword On-Line `28` Inside `LoggerExtensions.cs`
    ProgrammingFire authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    952b521 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Improved The Performance Of Logger

    Updated `LoggerExtensions.cs` To Only Even Try To Log If The Log Level Is Enabled And Make Sure The First Three Arguments For The Formatted Message Is Passed As Generics To Make Sure They Are Not Boxed And Unboxed To Improve Performance Of Logger By Saving Memory Allocation
    ProgrammingFire authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cc87f19 View commit details
    Browse the repository at this point in the history