惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
L
LangChain Blog
Y
Y Combinator Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
V
Visual Studio Blog
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
美团技术团队
量子位

博客园 - fredli2005

全栈 2014年价值观察股票 突破45日线后,第一目标14.41(待验证) 【转】从开发者的角度看待各移动平台 ios/android/wp7/win8ost title 放弃移动版Flash而非AIR 从软件巨头发展看清未来的方向 通达信5分钟数据整理 看文章《EAI和SOA的比较》有感(1) Ext.data.PageMethodHttpProxy el.ownerDocument.createRange Error - fredli2005 - 博客园 Aop的一些资料 .net工具集 w3wp意外终止 概念数据模型,逻辑数据模型,物理数据模型(转) 快速命令行 powerdesigner15 与vs2008的冲突(解决篇) 在win server 2008中配置stockTrader postSharp 学习一 关于text-overflow(一种省略文字的方式)
Log4net查看器 - fredli2005 - 博客园
fredli2005 · 2009-06-01 · via 博客园 - fredli2005

1.首先配置节点

<appender name="UdpAppender2" type="log4net.Appender.UdpAppender">
      <param name="Encoding" value="utf-8" />
      <param name="RemoteAddress" value="127.0.0.1" />
      <param name="RemotePort" value="8003" />
      <layout type="FredLee.ApplicationLog.Layout.AppLoglog4j" />
    </appender>

2.添加类型FredLee.ApplicationLog.Layout.AppLoglog4j,编译后放在应用程序的执行目录中

3.下载查看器查看

文件下载