标签: c# logging serilog
我想在最终装配中记录我对源文件的评论。我正在根据评论构建帮助文件系统,因此我无法将其转换为Log.Information调用。
我只希望我的最终可执行文件有Log.Information("//Comment on source")次来电,而我的来源仍有//Comment on source。我怎么能这样做?
Log.Information("//Comment on source")
//Comment on source