Log.Info 中 String.Format 方法中的 \n 将“\n”打印为文本,而不是开始新行;为什么它不起作用?任何的想法?我怎样才能让它工作?
Log.Info(String.Format("Some arguments : \n Since : {0}\nBefore: {1}\nLog file name : {2}", since, before,logFileName));
谢谢!
Log.Info 中 String.Format 方法中的 \n 将“\n”打印为文本,而不是开始新行;为什么它不起作用?任何的想法?我怎样才能让它工作?
Log.Info(String.Format("Some arguments : \n Since : {0}\nBefore: {1}\nLog file name : {2}", since, before,logFileName));
谢谢!