UNPKG

@logtape/windows-eventlog

Version:

Windows Event Log sink for LogTape

3 lines 262 B
import { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError } from "./types.js"; import { getWindowsEventLogSink } from "#wineventlog"; export { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError, getWindowsEventLogSink };