Reaxive.Trace

This module provides some convenience functions for tracing. It uses the dbg module from Erlang to receive relevant messages.

It produces a text file that can be used as input for plantuml to generate an UML sequence diagram to show which process talks when to other processes.

Source

Summary

format(impl)
handler(message, list2)
start()
stop(trace_file)

Functions

format(impl)
Source
handler(message, list2)
Source
start()
Source
stop(trace_file)
Source