Searched refs:logSource (Results 1 – 1 of 1) sorted by relevance
39 private string logSource = "CafeProf"; field in CafeX.CafeXEventtLog43 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()