<?xml version="1.0" encoding="UTF-8"?>  1. 代码中使用配置文件:
log4net.Config.DOMConfigurator.Configure(new FileInfo("log4netConfig.xml"));
 
2.配置文件样例:
 
     
3. 代码中打印log
log4net.LogManager.GetLogger("PIX").Error(ex.Message);