EventSourceCreationData public class EventSourceCreationData Documentation Code public int CategoryCount { get; set; } public string CategoryResourceFile { get; set; } public string LogName { get; set; } public string MachineName { get; set; } public string MessageResourceFile { get; set; } public string ParameterResourceFile { get; set; } public string Source { get; set; } public EventSourceCreationData(string source, string logName)