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

  • Thread starter Thread starter Mike
  • Start date Start date
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
 
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.
 
Back
Top