Module rebar_api

Function Index

abort/0Interrupts program flow.
abort/2like error/2, except it also raises an exception to interrupt program flow.
add_deps_to_path/1
console/2Prints to the console, including a newline.
debug/2logs with severity debug
error/2logs with severity error
expand_env_variable/3
get_arch/0
info/2logs with severity info
processing_base_dir/1
restore_code_path/1
ssl_opts/1
warn/2logs with severity warn
wordsize/0

Function Details

abort/0

abort() -> no_return()

Interrupts program flow

abort/2

abort(Str::string(), Args::list()) -> no_return()

like error/2, except it also raises an exception to interrupt program flow.

add_deps_to_path/1

add_deps_to_path(State) -> any()

console/2

console(Str, Args) -> any()

Prints to the console, including a newline

debug/2

debug(Str, Args) -> any()

logs with severity debug

error/2

error(Str, Args) -> any()

logs with severity error

expand_env_variable/3

expand_env_variable(InStr, VarName, RawVarValue) -> any()

get_arch/0

get_arch() -> any()

info/2

info(Str, Args) -> any()

logs with severity info

processing_base_dir/1

processing_base_dir(State) -> any()

restore_code_path/1

restore_code_path(State) -> any()

ssl_opts/1

ssl_opts(Url) -> any()

warn/2

warn(Str, Args) -> any()

logs with severity warn

wordsize/0

wordsize() -> any()


Generated by EDoc, Nov 11 2022, 09:27:11.