GHC.Eventlog.Live.Machine.Sink
Contents
Description
fileSink :: forall (m :: Type -> Type). MonadIO m => Handle -> ProcessT m ByteString Void Source #
File sink for optional eventlog log file.
fileSinkBatch :: forall (m :: Type -> Type). MonadIO m => Handle -> ProcessT m (Tick ByteString) Void Source #