package win-eventlog

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated The library is now wrapped. Use Win_eventlog.Log_eventlog instead.
val reporter : eventlog:Win_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.