SumoLogic / sumologic-net-appenders

Several appenders for .NET developers to use that send logs straight to SumoLogic.
Apache License 2.0
23 stars 39 forks source link

NLog v5.2 will no longer perform any assembly loading and scanning during initialization #118

Open czd890 opened 1 year ago

czd890 commented 1 year ago

https://nlog-project.org/2023/05/30/nlog-5-2-trim-warnings.html

snakefoot commented 1 year ago

Unless explicitly requested, like this in NLog.config:

  <extensions>
    <add assembly="SumoLogic.Logging.NLog"/>
  </extensions>

But it is nice to provide a NLog.LogManager.Setup()-extension-method, to register-library-extensions from code, instead of relying on assembly-scanning.