logger handler that sends logs to journald.
Behaviours: gen_server.
Authors: Sergey Prokhorov (me@seriyps.ru).
OTP logger handler that sends logs to journald
| adding_handler/1 | |
| changing_config/3 | |
| code_change/3 | |
| filter_config/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| log/2 | |
| removing_handler/1 | |
| start_link/2 | |
| terminate/2 |
adding_handler(Config) -> any()
changing_config(SetOrUpdate, OldConfig, NewConfig) -> any()
code_change(OldVsn, State, Extra) -> any()
filter_config(Config) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
log(LogEvent, X2) -> any()
removing_handler(X1) -> any()
start_link(Id, Opts) -> any()
terminate(Reason, State) -> any()
Generated by EDoc