Hi team,
 
I have a requirement to write multiple data intems into eventviewer like below
  • http://schemas.microsoft.com/win/2004/08/events/event">


  • 0
    4
    0
    0x80000000000000

    33
    Elib
    48vtvs1.ct.chevrontexaco.net


  • Entry1
    Entry2


 
I achieved with the help of eventlog, with the below sample code
EventLog.WriteEvent("Application", new EventInstance(1001, 0, EventLogEntryType.Information), 
new object[] { "Entry1", "Entry2" });
 
but my requirement is to add attributes to each data node like below

  • Entry1
    Entry2


  • please help me , how can i add attributes to each node in