在 配置文件中
<file type="log4net.Util.PatternString" value="log\%property{LogName}.txt"/>
同时 : <staticLogFileName value="true"/> 如果是false ,当文件名重复的时候会在文件名后追加当前时间的后缀
在C# 中
在 配置文件中
<file type="log4net.Util.PatternString" value="log\%property{LogName}.txt"/>
同时 : <staticLogFileName value="true"/> 如果是false ,当文件名重复的时候会在文件名后追加当前时间的后缀
在C# 中