【翻译】【中英对照】【企业库6】动手实验 Hands-On Lab 日志应用程序块索引页
Logging Application Block Hands-On Lab for Enterprise Library 企业库的日志应用程序块动手实验

This walkthrough should act as your guide for learning about the Enterprise Library Logging Application Block and will allow you to practice employing its capabilities in various application contexts.这个预先安排好的过程将充当你学习企业库日志应用程序块的向导,并让你练习在各种应用程序环境中使用它的能力。
After completing this lab, you will be able to do the following: 在完成这个实验之后,你将学会做下面的事情:
- You will be able to use the Enterprise Library Logging Application Block to implement logging in an application. 你将会使用企业库日志应用程序块在程序中实现日志记录。
 - You will be able to use the Logging Application Block to log messages asynchronously. 你将会使用日志应用程序块来异步的记录消息。
 - You will be able to dynamically reconfigure logging while the application is running. 你可以在程序运行时动态地重新配置日志。
 - You will be able to create and use custom trace listeners. 你将会创建和使用自定义的trace监听器。
 - You will be able to create and use custom log formatters. 你将会创建和使用自定义日志格式器。
 

This hands-on lab includes the following five labs: 这个动手实验包含下列五个实验:
- Lab 1: Add Logging to an Application实验1:添加日志到程序中
 - Lab 2: Create and Use an Asynchronous Trace Listener实验2:创建和使用异步Trace监听器
 - Lab 3: Reconfigure Logging at Run Time实验3:在运行中重新配置日志
 - Lab 4: Create and Use a Custom Trace Listener实验4:创建和使用自定义的Trace监听器
 - Lab 5: Create and Use a Custom Log Formatter实验5:创建和使用自定义的日志格式器
 
The estimated completion for this lab is 45 minutes. 估计完成这个实验需要45分钟。
Authors 作者
These Hands-On Labs were produced by the following individuals: 这些动手实验是有下面的人提供的:
- Program Management: Grigori Melnik and Madalyn Parker (Microsoft Corporation)
 - Development/Testing: Fernando Simonazzi (Clarius Consulting), Chris Tavares, Grigori Melnik,
 
Mike Sampson and Cim Ryan (Microsoft Corporation), Erik Renaud (nVentive Inc.), Mariano Grande (Digit Factory), and Naveen Pitipornvivat (Adecco)
- Documentation: Fernando Simonazzi (Clarius Consulting), Grigori Melnik, Alex Homer, Nelly Delgado and RoAnn Corbisier (Microsoft Corporation)
 
译者
本文是由Arnu(Arnu@live.cn)翻译的。文中任何问题欢迎指正。
【翻译】【中英对照】【企业库6】动手实验 Hands-On Lab 日志应用程序块索引页的更多相关文章
- 谷歌MapReduce经典论文翻译(中英对照)
		
MapReduce: Simplified Data Processing on Large Clusters(MapReduce: 简化大型集群下的数据处理) 作者:Jeffrey Dean and ...
 - webstorm快捷键 webstorm keymap内置快捷键英文翻译、中英对照说明
		
20160114参考网络上的快捷键,整理自己常用的: 查找/代替shift+shift 快速搜索所有文件,简便ctrl+shift+N 通过文件名快速查找工程内的文件(必记)ctrl+shift+al ...
 - 【论文翻译】NIN层论文中英对照翻译--(Network In Network)
		
[论文翻译]NIN层论文中英对照翻译--(Network In Network) [开始时间]2018.09.27 [完成时间]2018.10.03 [论文翻译]NIN层论文中英对照翻译--(Netw ...
 - [中英对照]Introduction to DPDK: Architecture and Principles | DPDK概论: 体系结构与实现原理
		
[中英对照]Introduction to DPDK: Architecture and Principles | DPDK概论: 体系结构与实现原理 Introduction to DPDK: ...
 - HALCON中的算子大全(中英对照)
		
HALCON中的算子大全(中英对照) Chapter 1 :Classification1.1 Gaussian-Mixture-Models1.add_sample_class_gmm功能:把一个训 ...
 - eclipse菜单解释及中英对照《二》
		
上篇文章主要介绍了eclipse中每个大的标题下的中英文及其用法. 感谢http://blog.csdn.net/li_jinjian2005/article/details/2831641这个博主. ...
 - eclipse菜单解释及中英对照
		
在使用Eclipse作为开发工具的时候,建议使用英文版本的(直接百度从官网下就行,这里不详细描述,如果有问题,咱们私聊).虽然中文版本的对于和我一样对英文是小白的看起来特别爽,但是公司大多是英文版本的 ...
 - [转]从普通DLL中导出C++类 – dllexport和dllimport的使用方法(中英对照、附注解)
		
这几天写几个小程序练手,在准备将一个类导出时,发现还真不知道如果不用MFC的扩展DLL,是怎么导出的.但我知道dllexport可以导出函数和变量,而且MFC扩展DLL就算是使用了MFC的功能,但 ...
 - 知识:CSS 词汇表(中英对照)_CSS Vocabulary
		
注释(Comment) 语句(Statement) 规则集(Rule-set) At 规则(At-rule) 媒体查询(Media query) 媒体查询列表(Media query list) 媒体 ...
 
随机推荐
- 算法——A*——HDOJ:1813
			
Escape from Tetris Time Limit: 12000/4000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Othe ...
 - Android 仿360桌面小人
			
首先自定义FloatsWindowView,用于显示动画小人. import android.annotation.SuppressLint; import android.content.Conte ...
 - java中的四则运算
			
代码的思路是通过正则判断计算每个最小的计算单元.以下是代码: package cn.com.lawchat.forpublicmvc.util; import java.math.BigDecimal ...
 - XML实例入门1
			
虽然网上会有XML入门或者多少天教会XML,一般都是从普通的功能概念开始啰嗦,个人还是比较喜欢从实例开始,遇到不懂直接查(不过这次选了一个比较难得例子,研究了好久^_^).刚开始看了一个vc6.0XM ...
 - 基于纯Java代码的Spring容器和Web容器零配置的思考和实现(3) - 使用配置
			
经过<基于纯Java代码的Spring容器和Web容器零配置的思考和实现(1) - 数据源与事务管理>和<基于纯Java代码的Spring容器和Web容器零配置的思考和实现(2) - ...
 - Tomcat远程调试和加入JMS(转)
			
1.Tomcat 加入远程调试,在catalina.bat : SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xr ...
 - Linux操作系统定时任务系统Cron入门、PHP计划任务以及rpc示例
			
一.简单介绍 1.cron是一个linux下的定时执行工具,可以在无需人工干预的情况下运行作业.由于Cron 是Linux的内置服务,但它不自动起来,可以用以下的方法启动.关闭这个服务: servic ...
 - 《网络编程》Unix 域套接字
			
概述 Unix 域套接字是一种client和server在单主机上的 IPC 方法.Unix 域套接字不运行协议处理,不须要加入或删除网络报头,无需验证和,不产生顺序号,无需发送确认报文,比因特网域套 ...
 - JS提取URL中的参数
			
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> ...
 - js后缀判断
			
var extension=fileName.substring(fileName.lastIndexOf('.')+1);