printf and Console.WriteLine
- by Matt Jacobsen
Hi,
i have a bunch of Console.WriteLines in my code that I can observe at runtime. I communicate with a native library that I also wrote.
I'd like to stick some printf's in the native library and observe them too. I don't see them at runtime however. What am I doing wrong?
Cheers,
Matt