Event log and message description DLLs

  • Thread starter Thread starter Kimmo Laine
  • Start date Start date
K

Kimmo Laine

Hi,

in Win32 API i can write eventlog messages by using message IDs (
::ReportEvent-functions and its 4th parameter) and message description
DLL:s - can i do that in .NET (C#)?

thx

Kimmo Laine
 
Hi,

Take a look at the various version of EventLog.WriteEntry, several of then
let you especify an application especific identifier for the event.


Cheers,
 
Back
Top