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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Creating new Event Log with size information 1
Waiting thread 1
helpstrings 4
MSMQ and user rights 1
MSMQ message from VB 6 1
Resources 1
MSMQ as timer 1
Event Log message missing 12

Back
Top