# Functions
IsChannelNotFound returns true if the error indicates the channel was not found.
IsRecoverable returns a boolean indicating whether the error represents a condition where the Windows Event Log session can be recovered through a reopening of the handle (Close, Open).
New creates and returns a new EventLog instance based on the given config and the registered EventLog producers.
Register registers an EventLog API.
# Structs
ConfigCommon is the common configuration data used to instantiate a new EventLog.
Record represents a single event from the log.
# Interfaces
EventLog is an interface to a Windows Event Log.