Module logger_journald_sup

Supervisor that holds journald handler process(es).

Behaviours: supervisor.

Authors: Sergey Prokhorov (me@seriyps.ru).

Description

Supervisor that holds journald handler process(es)

Function Index

init/1
start_handler/2
start_link/0
stop_handler/1

Function Details

init/1

init(X1) -> any()

start_handler/2

start_handler(Name::logger:handler_id(), Opts::logger_journald_h:opts()) -> {ok, pid()} | {error, any()}

start_link/0

start_link() -> any()

stop_handler/1

stop_handler(Pid::pid()) -> ok | {error, not_found}


Generated by EDoc