J jflaco New Member Apr 28, 2012 #1 // Write the entry to the event log. <BR>FileStream fs = File.Open(m_LogName,FileMode.Append,FileAccess.Wri te);<BR>StreamWriter sw = new StreamWriter(fs);<BR>sw.Write(strInfo.ToString());<BR>sw.Close();<BR>fs.Close();<BR>}<BR>
// Write the entry to the event log. <BR>FileStream fs = File.Open(m_LogName,FileMode.Append,FileAccess.Wri te);<BR>StreamWriter sw = new StreamWriter(fs);<BR>sw.Write(strInfo.ToString());<BR>sw.Close();<BR>fs.Close();<BR>}<BR>