UNPKG

@logtape/windows-eventlog

Version:

Windows Event Log sink for LogTape

3 lines 271 B
import { getWindowsEventLogSink } from "./dist/sink.node.cjs"; import { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError } from "./types.cjs"; export { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError, getWindowsEventLogSink };