c# Writing to Log #2651
padgett59a
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For those codewarriors using C#, you can write debug stuff to the output window using this statement:
Console.Out.WriteLine("log this ouptut").
It took awhile to find this, but it works well.
HTH
Beta Was this translation helpful? Give feedback.
All reactions