摘要:
前言在Prism中有关日志的命名空间:Microsoft.Practices.Prism.Logging在Prism中,你可以使用Prism自带的Logger(比如TextLogger等),也可以使用自定义的Logger(比如Log4Net等),但所有的Logger都比须实现接口 ILoggerFacade 。下面就以Log4Net为例,实现一个自定义的Logger,并将它应用到Demo中。有关Log4Net日志组件的使用方法这里就不介绍了,下面列出几篇介绍Log4Net的资料:1. http://logging.apache.org/log4net/2. http://blog.csdn.n 阅读全文
posted @ 2014-03-03 11:57
@Sunth
阅读(3700)
评论(1)
推荐(0)