PassiveSupport.Utils (passive_support v0.8.4)

Link to this section Summary

Link to this section Functions

Link to this function

alert(message, label \\ nil)

See PassiveSupport.Logging.alert/2.

Link to this function

critical(message, label \\ nil)

See PassiveSupport.Logging.critical/2.

Link to this function

debug(message, label \\ nil)

See PassiveSupport.Logging.debug/2.

Link to this function

emergency(message, label \\ nil)

See PassiveSupport.Logging.emergency/2.

Zippy check of what the config_env was at compile time...

... that is, provided you

config :mix, env: config_env()

in your config/config.exs file. Otherwise it just gives you nil.

Link to this function

error(message, label \\ nil)

See PassiveSupport.Logging.error/2.

Link to this function

info(message, label \\ nil)

See PassiveSupport.Logging.info/2.

Link to this function

notice(message, label \\ nil)

See PassiveSupport.Logging.notice/2.

Link to this macro

prytask()

(macro)

Start a nonblocking instance of IEx.Pry

Starts a Pry session at the line of code where invoked, in a nonblocking manner with respect to the calling process, but only when the compile-time env/0 is :dev.

Inlined by the compiler.

Link to this function

warn(message, label \\ nil)

See PassiveSupport.Logging.warn/2.