Ejemplo n.º 1
0
 public static void SetEventProperties(LogEventInfo eventInfo, EventProperties property, string value)
 {
     eventInfo.Properties[property.ToString()] = value;
 }