Essay classification- NLog

first-class. NET platform logging component
Recent NLog related articles The Zen of CSS Design
Abstract: Thanks to Crazy Coder's friends for their enthusiasm. He translated these articles. For more Chinese articles on NLog, please refer to the NLog Article Series. NLog article series -- How to troubleshoot NLog article series -- How to write a custom layout renderer NLog article series -- How to write a custom filter NLog article series -- How to optimize log performance Recently, I was busy translating The Zen of CSS Design, trying to get ahead of the Spring Festival read the whole passage
posted @ 2006-12-27 23:55 Dflying Chen Reading (4880) Comments (14) Recommended (1) edit
NLog article series -- How to optimize log performance
Abstract: Author: Jaros ł aw Kowalski Translator: CrazyCoder (sincerely thank him for his enthusiasm!!) Original text: http://www.nlog-project.org/howto_optimize_performance.html For more Chinese articles on NLog, please refer to the NLog Article Series. The summary log records sometimes turn into considerable time. The purpose of this article is to uncover the internal mechanism of logging and provide some useful tips to help users optimize read the whole passage
posted @ 2006-12-26 23:46 Dflying Chen Reading (6502) Comments (3) Recommended (0) edit
NLog article series -- How to write a custom filter
Abstract: Author: Jaros ł aw Kowalski Translator: CrazyCoder (sincerely thank him for his enthusiasm!!) Original text: http://www.nlog-project.org/howto_write_filter.html For more Chinese articles on NLog, please refer to the NLog Article Series. Why write a custom filter? The function of the filter is to reduce the output of unnecessary log information to the log target. NLog provides some predefined filters that support read the whole passage
posted @ 2006-12-25 23:19 Dflying Chen Reading (6454) Comments (2) Recommended (0) edit
NLog article series - how to write a custom layout renderer
Abstract: Author: Jaros ł aw Kowalski Translator: CrazyCoder (sincerely thank him for his enthusiasm!!) Original text: http://www.nlog-project.org/howto_write_layout_renderer.html For more Chinese articles on NLog, please refer to the NLog Article Series. Why do I need to write a custom layout generator? The layout generator can output the environment information of the program, so it can record more abundant debugging information. NLog is read the whole passage
posted @ 2006-12-22 23:36 Dflying Chen Reading (7911) Comments (8) Recommended (0) edit
NLog article series - how to troubleshoot
Abstract: Author: Jaros ł aw Kowalski Translator: CrazyCoder (sincerely thank him for his enthusiasm!!) Original text: http://www.nlog-project.org/howto_troubleshoot.html For more Chinese articles on NLog, please refer to the NLog Article Series. Nlog – How to troubleshoot When NLog does not work properly, you need to output some debugging information to determine what is wrong. This document will focus on the internal debugging function of NLog read the whole passage
posted @ 2006-12-20 00:01 Dflying Chen Reading (4936) Comments (11) Recommended (0) edit
NLog article series - how to configure NLog
Abstract: NLog supports configuration in many different ways. At present, it supports both direct programming and using configuration files. This article will describe in detail the various configurations currently supported, including the following: 1 Log configuration 2 Configuration file format 3 Configuration elements 4 Output target 5 Routing Rules 6 Context Information 7 Included files 8 Automatic reconfiguration 9 Log troubleshooting 10 Asynchronous processing, encapsulation and composite target 11 Default package 12 Default target parameters read the whole passage
posted @ 2006-12-15 12:23 Dflying Chen Reading (43883) Comments (19) Recommended (10) edit
NLog article series - integration with Visual Studio
Abstract: Author: Jaros ł aw Kowalski Translator: CrazyCoder (sincerely thank him for his enthusiasm!!) Original text: http://www.nlog-project.org/visualstudio.html For more Chinese articles on NLog, please refer to the NLog Article Series. NLog can fully support integration with Visual Studio 2005 (including Expres supporting Visual C # and Visual Basic.NET read the whole passage
posted @ 2006-12-08 18:00 Dflying Chen Reading (7387) Comments (20) Recommended (1) edit
NLog article series - introductory tutorial (second)
Abstract: This is the fourth article in the NLog article series, and the last one in the introductory tutorial. We will continue to describe the method of demonstrating how to use NLog to write logs. Translation notes and postscript CrazyCoder friends will join in the translation process of NLog documents. He has completed the translation of the NLog configuration file section and will release it soon. I really appreciate Crazy Coder's selfless dedication! For some reasons, I will be busy again for a while...... I may not update this blog as frequently as I did this month. Of course, I will try my best to reply to messages in a timely manner. Thank you for your constant support! Although reluctant, it is very likely that this NLog article series can not continue to write...... I really hope that enthusiastic friends can participate in it, which can not only help the development of the open source community, but also learn new knowledge, communicate with friends, and improve their English ability in the way. If you are willing to devote a little time to participate in the translation of NLog Article Series, please contact me. After participating in the translation, if you are able and willing, I and the publishing team of the blog park are also very willing to do our little to help you contact the publishing house and translate and publish real books. read the whole passage
posted @ 2006-12-07 22:11 Dflying Chen Reading (11100) Comments (6) Recommended (4) edit
NLog article series - introductory tutorial (middle)
Abstract: Author: Jaros ł aw Kowalski Translator: Dfiling Chen: http://dflying.cnblogs.com/ Original text: http://www.nlog-project.org/tutorial.html This article, the third in the NLog article series, will continue to describe the method of demonstrating how to write logs with NLog. I thought I could finish the whole introductory course today, but it's too late... I can only divide it into one more article... I'm in a hurry, and my words are not smooth read the whole passage
posted @ 2006-12-06 18:15 Dflying Chen Reading (13925) Comments (30) Recommended (2) edit
NLog article series - introductory tutorial (I)
Absrtact: This is the second article in the NLog article series. It will use an example program to demonstrate the method of writing logs with NLog. It includes the following contents: [1] Introduction to Application Tracking [2] What is NLog? [3] Our first NLog application [4] A slightly more complex scene …… read the whole passage
posted @ 2006-12-05 17:22 Dflying Chen Reading (32745) Comments (45) Recommended (6) edit
NLog article series - contents and brief introduction of the series
Abstract: In the morning, I saw Terry Lee's article "Introduction to. NET Open Source Projects and Resource Recommendations: Logging", which said that NLog, an equally open source and very good logging tool, has no Chinese materials. I didn't know about NLog before Terry Lee introduced it, so I gave it a try. After a brief use, I think NLog is really very good. It seems a pity that such a beautiful class library does not have Chinese materials, so I tried to contact its author Jaroslaw Kowalski to request translation of part of the content in the NLog website. Unexpectedly, Jaroslaw Kowalski wrote back to me soon to agree. After the exchange, I decided to start with the introduction document of NLog website, gradually translate and introduce the usage of NLog, and finally launch the Chinese version of NLog website. Next, I may also join the NLog development team. Of course, this is the next step. In the process of translation, I will constantly publish the translation on my blog. The following is a list of articles I plan to publish and a brief introduction to NLog read the whole passage
posted @ 2006-12-04 17:52 Dflying Chen Reading (20139) Comments (39) Recommended (12) edit