c# - Using Microsoft.Practices.EnterpriseLibrary.Logging 6 parameters overloaded Write Method, writing extra \r\n -


logger.write(_indent + message, category.tostring(), 1, 100, eventtype, title);

the above write method write text in log file text file

9/21/2015 10:01:49 | information | adding key in dictionary, user: abc

\r\n

here can see \r\n has not been provided me in parameter. i not want these \r\n characters


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -