02 2014 档案
【企业库6】【日志应用程序块】实验5:创建和使用自定义的日志格式器
摘要:Lab 5: Create and Use a Custom Log Formatter 实验5:创建和使用自定义的日志格式器 In this lab, you will add a custom log formatter to a logging application. 在这个实验中,你将会添加一个自定义的日志格式器到日志程序中。 To begin this exercise, o... 阅读全文
posted @ 2014-02-13 23:47 Arnu 阅读(1183) 评论(0) 推荐(2)
【企业库6】【日志应用程序块】实验4:创建和使用自定义跟踪监听器
摘要:Lab 4: Create and Use a Custom Trace Listener 创建和使用自定义跟踪监听器In this lab, you will build a custom Trace Listener to send formatted log entries to the Console standard output. You will then add this new Trace Listener to the EnoughPI application and monitor the log entries in real-time. 在这个实验中,你将会创建一个自 阅读全文
posted @ 2014-02-13 00:10 Arnu 阅读(703) 评论(0) 推荐(0)
【企业库6】【日志应用程序块】实验3:在运行中重新设置日志配置
摘要:Lab 3: Reconfigure Logging at Runtime 实验3:在运行中重新设置日志配置In this lab, you will dynamically change the logging configuration while the application is running. This allows you to make temporary changes to your logging configuration to collect additional information without stopping and starting your appl 阅读全文
posted @ 2014-02-10 11:40 Arnu 阅读(859) 评论(0) 推荐(0)
【企业库6】【日志应用程序块】实验2:创建和使用异步Trace Listener
摘要:Lab 2: Create and Use an Asynchronous Trace Listener 实验2:创建和使用异步Trace Listener In this lab, you will build an Asynchronous Trace Listener Wrapper to write log entries asynchronously to a disk file. Using the asynchronous wrapper changes the perceived time that it takes to log an entry. Control retur 阅读全文
posted @ 2014-02-10 11:11 Arnu 阅读(520) 评论(0) 推荐(0)