Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setTraceFlagsRemote :: TraceFlags -> NodeId -> Process ()
- startTraceRelay :: NodeId -> Process ProcessId
- remoteTable :: RemoteTable -> RemoteTable
Configuring A Remote Tracer
setTraceFlagsRemote :: TraceFlags -> NodeId -> Process () Source #
Set the given flags for a remote node (asynchronous).
startTraceRelay :: NodeId -> Process ProcessId Source #
Starts a trace relay process on the remote node, which forwards all trace events to the registered tracer on this (the calling process') node.
Remote Table
remoteTable :: RemoteTable -> RemoteTable Source #
Remote Table.