An open API service indexing awesome lists of open source software.

https://github.com/perl-libwin32/win32-eventlog

Process Win32 Event Logs
https://github.com/perl-libwin32/win32-eventlog

perl perl-module perl5 win32

Last synced: about 1 month ago
JSON representation

Process Win32 Event Logs

Awesome Lists containing this project

README

          

# Win32::EventLog

[![CI](https://github.com/perl-libwin32/win32-eventlog/actions/workflows/test.yml/badge.svg)](https://github.com/perl-libwin32/win32-eventlog/actions/workflows/test.yml)
[![CPAN version](https://img.shields.io/cpan/v/Win32-EventLog)](https://metacpan.org/pod/Win32::EventLog)

Process Win32 Event Logs.

The `Win32::EventLog` module wraps the Windows Event Log API: opening
and reading existing logs, writing new event records, backing up logs,
and clearing them. The interface works against logs on the local
machine or on remote servers.

## Documentation

Full reference documentation is on MetaCPAN:

## Installation

cpanm Win32::EventLog

## Bug tracker

## License

This module is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.