logging_wrapper-3.0

所属分类:C#编程
开发工具:C#
文件大小:5525KB
下载次数:8
上传日期:2010-03-31 00:36:09
上 传 者saber_mm
说明:  日志封装器,实现对log4net的封装,需要配置Log4net的配置文件
(Log wrapper and realize log4net package)

文件列表:
bin\logging_wrapper\3.0\logging_wrapper.zip (3266821, 2008-04-18)
logging_wrapper-3.0\conf\log4net.config (820, 2008-04-18)
logging_wrapper-3.0\conf\preload.xml (678, 2008-04-18)
logging_wrapper-3.0\docs\coverage\coverage.xsl (12625, 2008-04-18)
logging_wrapper-3.0\docs\coverage\NCover.log.txt (108922, 2008-04-18)
logging_wrapper-3.0\docs\coverage\TopCoder.LoggingWrapper.Test.dll-coverage-unit.xml (60760, 2008-04-18)
logging_wrapper-3.0\docs\coverage\TopCoder.LoggingWrapper.Test.dll-coverage.xml (1036075, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\contents.html (254776, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\index.html (698, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\intevent.gif (887, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\intfield.gif (897, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\intmethod.gif (904, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\intoperator.gif (884, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\intproperty.gif (909, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\logging_wrapper.hhc (163487, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\logging_wrapper.hhk (63, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\logging_wrapper.hhp (48715, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\logging_wrapper.log (370, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\MSDN.css (8324, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\privevent.gif (897, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\privfield.gif (904, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\privmethod.gif (908, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\privoperator.gif (887, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\privproperty.gif (908, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\protevent.gif (899, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\protfield.gif (914, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\protmethod.gif (908, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\protoperator.gif (887, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\protproperty.gif (923, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\pubevent.gif (869, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\pubfield.gif (881, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\pubmethod.gif (889, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\puboperator.gif (864, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\pubproperty.gif (893, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\static.gif (909, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\TopCoder.LoggingWrapper.AnotherSimpleLogger.Dispose.html (2040, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\TopCoder.LoggingWrapper.AnotherSimpleLogger.Ex.html (1984, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\TopCoder.LoggingWrapper.AnotherSimpleLogger.html (2977, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\TopCoder.LoggingWrapper.AnotherSimpleLogger.IsLevelEnabled.html (2188, 2008-04-18)
logging_wrapper-3.0\docs\msdn_docs\TopCoder.LoggingWrapper.AnotherSimpleLogger.LastDispose.html (2189, 2008-04-18)
... ...

Installation Requirements ------------------------- Microsoft .NET Framework 3.0 NAnt 0.84 (http://nant.sourceforge.net/) NCover 1.5.8 (http://www.ncover.com/download/discontinued) NDoc 1.3 (http://ndoc.sourceforge.net/) NUnit 2.2 NUnit2Report 1.2+ (http://nunit2report.sourceforge.net/) Note: The nunit bin and nant bin directories should be added to your path. Also you will want to change the Nunit property to point to the directory where your NUnit dll resides. To configure NUnitreport please follow the following directions: Copy the following files from the NUnitreport bin directory to the Nant bin directory. - NUnit-Frame.xsl - NUnit-NoFrame.xsl - toolkit.xsl - i18n.xsl - Traductions.xml - NAnt.NUnit2ReportTasks.dll For NCover you will need to add an "NCover_Home" environment variable that points to your NCover installation directory. TopCoder Software Environment Configuration ------------------------------------------- TopCoder Software has defined a directory structure to promote component reuse and facilitate Component Based Development. Steps to setting up your environment: 1- Designate a directory on your file system to be used as your TCS_HOME. (i.e. c:\tcs or /etc/home/user/tcs) 2- All TopCoder Software components are distributed with NAnt based build scripts and NUnit (http://nunit.org) based test cases. Please properly install and configure these tools before working with TopCoder Software components. Note: Be sure to change your Nunit reference (see requirements above) Component directory Structure ------------------------------------------ The directory layout for each component is set up as follows: /build - binary related files required to run the components /conf - configuration data required by the component /docs - component documentation /docs/java_docs - contains javadoc formatted documentation /docs/xml - xml documentation /docs/test_results - NUnit test reports in html format /log - log files generated from test suite execution /src - source code for the component /test_files - source code for the component test cases TopCoder Software NAnt Build Targets ------------------------------------------ Each component comes with an NAnt build script with the following targets: compile - compiles component source into the /build directory compile_tests - compiles component test source code, depends on 'compile' test - runs test cases and outputs nunit results into /log, depends on 'compile' and 'compile_test' ncoverreport -generates NCover test coverage reports, depends on 'test'. nunitreport - generates nunit reports into /reports, depends on 'test' Must have nunit-console installed in your path. This executable can be found in the NUnit bin directory. dist - generates a binary distribution for deployment, depends on 'compile' clean - deletes all compiled code in /build deploy - depends on 'dist' main - depends on 'deploy' and 'test' Thanks for using TopCoder Software components! The TopCoder Software Team service@topcodersoftware.com

近期下载者

相关文件


收藏者