[erlang-questions] How to force kernel application will always be started before my app
Richard Carlsson
richardc@REDACTED
Tue Nov 25 20:34:47 CET 2008
Roger Critchlow wrote:
> I'd think that:
>
> an event that fired when Module:Function/Arity was called
> an event that fired when Module:Function/Arity returned
> an event that fired when Module:Function/Arity was aborted by an
> exception
>
> would cover a lot of cases.
That's the sort of thing tracing is for. What we're talking
about would be a gen_event server that publishes relatively
rarely occurring events.
/Richard
More information about the erlang-questions
mailing list