Esempio n. 1
0
 /// <summary>
 /// Creates a new instance of the event logger.
 /// </summary>
 public EventLogger()
 {
     this.properties = new EventLogProperties ();
     this.createEventLog (this.properties.LogName,
         this.properties.MachineName, this.properties.Source);
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new instance of the event logger.
 /// </summary>
 public EventLogger()
 {
     this.properties = new EventLogProperties();
     this.createEventLog(this.properties.LogName,
                         this.properties.MachineName, this.properties.Source);
 }