Skip to main content

Comments

1 comment

  • Ken Lyon

    Hi Berend,

     

    You can use Trace.WriteLine() to write to the logs:

    Trace.WriteLine("Hello logs!");

    You can probably also use any other method of the Trace class which writes to the listeners.

    0

Please sign in to leave a comment.