Write to Windows event log: Difference between revisions

Content added Content deleted
(using Win32::EventLog)
Line 360: Line 360:


=={{header|Perl}}==
=={{header|Perl}}==
{{libheader|Win32::EventLog}}
The Win32::EventLog module has the Report method to write in the EventLog
The Win32::EventLog module has the Report method to write in the EventLog


Line 380: Line 381:
$handle->Report($event);
$handle->Report($event);
</lang>
</lang>



=={{header|PureBasic}}==
=={{header|PureBasic}}==