Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过 log4net 获取格式化的 .txt 日志,但无法以 html 格式插入新行,因此我想将其转换为 html 日志文件,以便获得格式化的 html 文件并将屏幕截图插入该 html 日志文件. 所以我想知道如何使用 c# 将 .txt 日志文件转换为 .html 日志文件。
您如何配置 log4net - 以编程方式或通过配置文件。您是否考虑过使用新的行标签?
> <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%date [%thread] %-5level %logger - %message%newline" /> </layout