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
- Host: GitHub
- URL: https://github.com/perl-libwin32/win32-eventlog
- Owner: perl-libwin32
- License: other
- Created: 2012-05-23T00:46:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2026-05-18T06:29:06.000Z (about 1 month ago)
- Last Synced: 2026-05-18T08:39:59.567Z (about 1 month ago)
- Topics: perl, perl-module, perl5, win32
- Language: XS
- Size: 85 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# Win32::EventLog
[](https://github.com/perl-libwin32/win32-eventlog/actions/workflows/test.yml)
[](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.