Home
last modified time | relevance | path

Searched refs:logSource (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeEvtLog.cs39 private string logSource = "CafeProf"; field in CafeX.CafeXEventtLog
43 get { return logSource; }
44 set { logSource = value; }
63 System.Diagnostics.EventLog.CreateEventSource(logSource, logName); in CreateLog()
66 EventLog.Source = logSource; in CreateLog()
69 …EventLog.WriteEntry(logSource + " successfully initialized.", System.Diagnostics.EventLogEntryType… in CreateLog()
87 if (!System.Diagnostics.EventLog.SourceExists(this.logSource)) in WriteToEventLog()
91 xEventLog.Source = this.logSource; in WriteToEventLog()
98 xEventLog.Source = this.logSource; in WriteToEventLog()