随笔分类 -  EntLib6

关于企业库6的文
【中英对照】【EntLib6】【Unity】实验1:使用一个Unity容器
摘要:Lab 1: Using a Unity Container 实验1:使用一个Unity容器Estimated time to complete this lab: 15 minutes 估计完成时间:15分钟 Introduction 介绍In this lab, you will practic... 阅读全文
posted @ 2014-08-27 16:34 Arnu 阅读(1478) 评论(0) 推荐(0)
【企业库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 阅读(860) 评论(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 阅读(521) 评论(0) 推荐(0)
【企业库6】【日志应用程序块】实验1:给应用程序添加日志
摘要:Lab 1: Add Logging to an Application 实验1:给一个应用程序添加日志In this lab, you will add logging and tracing to an existing application. To begin this exercise, open the EnoughPI.sln file located in the ex01\begin folder. 在这个实验中,你将添加日志和追踪到一个已有的程序中。要开始这个练习,请打开在ex01\begin文件夹中的EnoughPI.sln文件。 Note: This exercise 阅读全文
posted @ 2014-01-27 23:59 Arnu 阅读(909) 评论(4) 推荐(1)