I changed the stdout in my C# app using Console.SetOut. It works fine
for all my Console.Out.Wri te calls and with log4net. However, I don't
see any output from native dlls that write to stdout. What am I doing
wrong?
for all my Console.Out.Wri te calls and with log4net. However, I don't
see any output from native dlls that write to stdout. What am I doing
wrong?
Comment