Module traces_app

Module implementing the Traces (active) OTP application behaviour.

Behaviours: application.

Description

Module implementing the Traces (active) OTP application behaviour.

Note that, thanks to the automatic creation of the class manager, Traces will still work flawlessly even if not specifically started (typically then out of any OTP context).

Function Index

start/2Starts the Traces services.
stop/1Stops the Traces services.

Function Details

start/2

start(RestartType::application:start_type(), StartArgs::term()) -> {ok, pid()} | {ok, pid()} | {error, Reason::term()}

Starts the Traces services.

Note: RestartType and StartArgs at least currently ignored.

stop/1

stop(State::term()) -> void()

Stops the Traces services.


Generated by EDoc