Registry / utility / win32-eventlog

win32-eventlog

JSON →
library0.6.7rbrubygemsunverified

Provides an interface to read and write MS Windows event logs.

gem install win32-eventlog
INSTALL
IMPORT
SIG · WIN32-EVENTLOG
W
win32-eventlog
utilityrubyv0.6.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Win32::EventLog
✓ require 'win32/eventlog'

Read entries from the Windows Application event log

require 'win32/eventlog' log = Win32::EventLog.new('Application') log.read { |record| puts record.source }
Debug
Known issues
breakingOnly works on Windows systems
fix
Use a conditional require or platform check.
affects: >= 0.0.0
Upgrade
Version history
0.6.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
win32-eventlog — gem install win32-eventlog · libregistry