abort/0 | Interrupts program flow. |
abort/2 | like error/2 , except it also raises an
exception to interrupt program flow. |
add_deps_to_path/1 | |
console/2 | Prints to the console, including a newline. |
debug/2 | logs with severity debug |
error/2 | logs with severity error |
expand_env_variable/3 | |
get_arch/0 | |
info/2 | logs with severity info |
processing_base_dir/1 | |
restore_code_path/1 | |
ssl_opts/1 | |
warn/2 | logs with severity warn |
wordsize/0 |
abort() -> no_return()
Interrupts program flow
abort(Str::string(), Args::list()) -> no_return()
like error/2
, except it also raises an
exception to interrupt program flow.
add_deps_to_path(State) -> any()
console(Str, Args) -> any()
Prints to the console, including a newline
debug(Str, Args) -> any()
logs with severity debug
error(Str, Args) -> any()
logs with severity error
expand_env_variable(InStr, VarName, RawVarValue) -> any()
get_arch() -> any()
info(Str, Args) -> any()
logs with severity info
processing_base_dir(State) -> any()
restore_code_path(State) -> any()
ssl_opts(Url) -> any()
warn(Str, Args) -> any()
logs with severity warn
wordsize() -> any()
Generated by EDoc, Jun 11 2024, 05:49:40.