Module leo_logger_sup

Behaviours: supervisor.

Function Index

start_link/0start link.
stop/0stop process.

Function Details

start_link/0

start_link() -> {ok, pid()} | ignore | {error, term()}

start link.

stop/0

stop() -> ok | not_started

stop process.


Generated by EDoc