.Net Special Support
This blogs provides .Net tips and practical solutions
Wednesday, 5 September 2012
How to create log file in dot net
using (StreamWriter sw = new StreamWriter(@"log_123.txt", true))
{
sw.Write("Content type here.......");
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment