Questions tagged «console.writeline»

12
Console.WriteLine在ASP.NET中位于何处?
在J2EE应用程序(如在WebSphere中运行的应用程序)中,当我使用时System.out.println(),我的文本将转到标准输出,该文本由WebSphere管理控制台映射到文件。 在ASP.NET应用程序(如在IIS中运行的应用程序)中,输出的结果在Console.WriteLine()哪里?IIS进程必须具有stdin,stdout和stderr。但是stdout映射到Windows版本的/ dev / null还是在这里缺少关键概念? 我不是问我是否应该登录那里(我使用log4net),但是输出会去哪里?我最好的信息来自这个讨论,他们说Console.SetOut()可以更改TextWriter,但是它仍然没有回答有关Console初始值是什么,还是如何在运行时代码的config /之外设置它的问题。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.