create desktop application log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Clyde
    New Member
    • May 2008
    • 1

    #1

    create desktop application log

    A .net desktop application written in C# needs 2 b tested. I want 2
    create an application level log. I should be able 2 get log of code
    which is executed in the application and a separate log indicating
    code that is not executed.
    For example if my appliction consists of 3 blocks of code viz. A,B, C.
    If d code in d B part is not executed, I shud get an indication of
    this in d log.
    I have used Enterprise Library 3.1 Log Application Block n created a custom Tracelistener, how should I configure
    the custom filter n what type is to be specified?
Working...