Module leptus_debug_log

Behaviours: gen_event.

Function Index

code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2

Function Details

code_change/3

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

handle_call/2

handle_call(Request, LogFmt) -> any()

handle_event/2

handle_event(X1, LogFmt) -> any()

handle_info/2

handle_info(Info, LogFmt) -> any()

init/1

init(LogFmt) -> any()

terminate/2

terminate(Args, LogFmt) -> any()


Generated by EDoc