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, Opts) -> any()

start_link/0

start_link() -> any()

stop_handler/1

stop_handler(Pid) -> any()


Generated by EDoc