# 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: <https://metacpan.org/pod/Win32::EventLog>

## Installation

    cpanm Win32::EventLog

## Bug tracker

<https://github.com/perl-libwin32/win32-eventlog/issues>

## License

This module is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.
