Copyright © 2014-2020 Michael Truog
Version: 2.0.1 May 26 2021 19:42:48 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog at protonmail dot com).
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 | |
terminate/2 |
code_change(X1, State, X3) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(X1) -> any()
start_link(FormatterConfig::#config_logging_formatter{level = cloudi_service_api:loglevel(), output = undefined | module(), output_name = atom(), output_args = list(), output_max_r = non_neg_integer(), output_max_t = cloudi_service_api:seconds(), formatter = undefined | module(), formatter_config = list()}) -> {ok, pid()} | {error, any()}
terminate(Reason, State) -> any()
Generated by EDoc