Event Log Replacement Parameters and WriteEntry() - Are replacement parameters deprecated?

M

Mike

In the win32 function ReportEvent() function has a parameter in which
one can pass replacement parameters that will be substituted in the
message text.

Is there an equivalent function in the .NET framework? Is this style
of event log recording going to be deprecated?

Or am I just missing something obvious - any and all help would be
appreciated!

Regards,
Mike Skrzypczak
 
J

John Saunders

Mike said:
In the win32 function ReportEvent() function has a parameter in which
one can pass replacement parameters that will be substituted in the
message text.

Is there an equivalent function in the .NET framework? Is this style
of event log recording going to be deprecated?

Or am I just missing something obvious - any and all help would be
appreciated!

Replacement parameters are not supported in Framework 1.0 or 1.1. It looks
like they're working on that in 2.0.
 

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

Top