<<< Test the Client Application     Index     More Info >>>

11. How to remove Unilog traces from your source files


    Find and Replace
  1. If using Visual Studio, click Edit Menu, Find and Replace, Replace in Files.

    Alternatively, press CTRL+SHIFT+H key combination while in the Code Editor window.

  2. Type

        UNILOG_AUTO_TRACE\(*:b:z*:b\);\n
    

    in the Find what box

  3. Clear Replace with box

  4. Specify project path in the Look in folder

  5. Check Use Regular expressions option

  6. Click Replace All.


<<< Test the Client Application     Index     More Info >>>