Crate rustler_logger_macro

Crate rustler_logger_macro 

Source
Expand description

Macros to support rustler_logger.

Macros§

alert
send an alert level log entry to the BEAM VM
critical
send a critical level log entry to the BEAM VM
debug
send a debug level log entry to the BEAM VM
emergency
send a emergency level log entry to the BEAM VM
error
send an error level log entry to the BEAM VM
fatal
send a fatal level log entry to the BEAM VM
info
send an info level log entry to the BEAM VM
log
send a log entry to the BEAM VM
notice
send a notice level log entry to the BEAM VM
trace
send a trace level log entry to the BEAM VM
warn
send a warning level log entry to the BEAM VM
warning
send a warning level log entry to the BEAM VM

Attribute Macros§

log_to_elixir
wrapper for nif functions needed to set up logging to BEAM