appmon_txt
Functions
start() -> term()
start(Opts) -> term()
print(Txt) -> term()
fprint(File) -> term()
init(Opts) -> term()
terminate(Reason, State) -> term()
handle_call(Request, From, State) -> term()
handle_cast(Request, State) -> term()
handle_info(Request, State) -> term()
View Functions
start/0
start/1
print/1
fprint/1
init/1
terminate/2
handle_call/3
handle_cast/2
handle_info/2