| D | CafeEvtLog.cs | 81 public void WriteToEventLog(Int32 id, string strErrDetail) in WriteToEventLog() method in CafeX.CafeXEventtLog 109 public void WriteToEventLog(Int32 id, DateTime time, string strErrDetail) in WriteToEventLog() method in CafeX.CafeXEventtLog 111 … WriteToEventLog(id, string.Format("[{0}] {1}", time.ToString("HH:mm:ss:fff"), strErrDetail)); in WriteToEventLog() 114 …public void WriteToEventLog(Int32 id, DateTime time, string status, string process, string strErrD… in WriteToEventLog() method in CafeX.CafeXEventtLog 116 …WriteToEventLog(id, string.Format("[{0}][{1}][{2}] {3}", time.ToString("HH:mm:ss:fff"), status, pr… in WriteToEventLog()
|