Serilog、Loggly-csharp、FullNetFx

Serilog, Loggly-csharp, FullNetFx

我有一个 .net 4.5.2 应用程序,我正在尝试与 Serilog 和 Loggly 集成。

不幸的是,我收到以下错误:

Additional information: The configuration is invalid. Creating the instance for type IApplicationLog failed. Could not load file or assembly 'Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10' or one of its dependencies. The system cannot find the file specified.

我已经尝试使用最新版本的 Loggly-csharp (4.6.0.2) 和 4.5.1.11,但仍然出现相同的错误。 Serilog版本是2.2.0.

关于如何解决这个问题有什么建议吗?我正在通过 appsettings 设置 serilog 和 loggly。

Serilog.Sinks.Loggly 尚未更新到 Serilog 2.0。

有一个活跃的拉取请求添加此支持:https://github.com/serilog/serilog-sinks-loggly/pull/5