Serilog.Extras.Web的ApplicationLifecycleModule如何自动注册?

Dav*_*bin 3 asp.net serilog

引用Serilog Wiki:

ApplicationLifecycleModule将自动启用...

好,太棒了.这是怎么回事?它没有列在<modules/>web.config 的元素中,并且在我的代码中没有任何引用.那么将它们连接起来的神奇之处在哪里?

Nic*_*rdt 6

魔术[PreApplicationStartMethod]https://github.com/serilog-web/classic/blob/master/src/SerilogWeb.Classic/Properties/AssemblyInfo.cs#L9

  • 随着最近的重构,源已转移到https://github.com/serilog-web/classic/blob/master/src/SerilogWeb.Classic/Properties/AssemblyInfo.cs#L9 (2认同)