Module erlogger_worker

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
log/3
log_surely/3
log_surely/4
monitor_logger/1
start_link/1
start_link/2
stop_logger/1
terminate/2

Function Details

code_change/3

code_change(OldVsn, Dev, Extra) -> any()

handle_call/3

handle_call(X1, From, Dev) -> any()

handle_cast/2

handle_cast(X1, Dev) -> any()

handle_info/2

handle_info(Message, Dev) -> any()

init/1

init(X1) -> any()

log/3

log(Name, Message, Args) -> any()

log_surely/3

log_surely(Name, Message, Args) -> any()

log_surely/4

log_surely(Name, Message, Args, Timeout) -> any()

monitor_logger/1

monitor_logger(Name) -> any()

start_link/1

start_link(Logfile) -> any()

start_link/2

start_link(Name, Logfile) -> any()

stop_logger/1

stop_logger(Name) -> any()

terminate/2

terminate(Reason, Dev) -> any()


Generated by EDoc, Mar 9 2016, 01:36:31.