package win-eventlog

  1. Overview
  2. Docs
Log via the Windows event log from OCaml programs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

win-eventlog-0.4.tbz
sha256=f67b192436e2716eaab0396643a73ca8b3af92f22510d6a5f3f43080dcdb0169
sha512=8e5de12612c2d686e9ae2961283df002c5ed8b071c19f13792b36aa3d704ca6328f25adc4e7e0e30d37c36d05a13ec7e88a6ca313a24a086846b52ec8c265485

doc/win-eventlog/Win_eventlog/Log_eventlog/index.html

Module Win_eventlog.Log_eventlogSource

Log reporter which sends logs to the Windows event log.

Sourceval reporter : eventlog:Eventlog.t -> ?category:int -> ?event:int -> unit -> Logs.reporter

Construct a Logs reporter which sends logs to the Windows event log, optionally with the given category and event ids set.