warning

Macro warning 

Source
warning!() { /* proc-macro */ }
Expand description

send a warning level log entry to the BEAM VM

use rustler_logger::*;

warning!("access denied (username=~p)", "alice")