. NET Log System Design

Source: Internet
Author: User

Logs are obviously an important means to help you locate the problem. Originally, NLog was intended to be used directly as a system log tool, a metamorphosis has to say that there are many uncontrollable factors. Here I will tell you how I implement the Log Module.

Overall Architecture

  • Here, I divide the daily classification into tracking, and the three definitions of BUG and error are enumerated as follows:

     /           =
  • Here we consider the scalability of the Log Module (two methods are supported for databases and files). Here we use the adapter mode to complete this module. Here we will provide you with year-end benefits. Post Code

Define an interface ILogTarget

                                 WriteTrack(                            WriteBug(                            WriteError(

 

  • FileLog, and DBLog classes implement the above interface. The specific reality is not attached here.
                WriteTrack(   WriteBug(   WriteError( 

 

      WriteTrack(   WriteBug(   WriteError( 
     ._adaptee =  WriteTrack(  WriteBug(  WriteError(
  • Call Method

SmartLog log = SmartLog ();

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.