Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 409 Bytes

jwinlog

Build Status

Access windows event log via java's JNA technology.

Key Features

  • Retrieve event log meta info, including file size, access time, etc
  • Read local/remote windows event log record
  • Based on new windows event API (winevt.h)
  • Support most of event channels

How to Use