Write to Windows event log: Difference between revisions

(using Win32::EventLog)
Line 360:
 
=={{header|Perl}}==
{{libheader|Win32::EventLog}}
The Win32::EventLog module has the Report method to write in the EventLog
 
Line 380 ⟶ 381:
$handle->Report($event);
</lang>
 
 
=={{header|PureBasic}}==
Anonymous user