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
Post a Comment