/// <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); }
/// <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); }