[][src]Macro frida_rs::console_log

macro_rules! console_log {
    ($($t:tt)*) => { ... };
}

Write to the console of a Frida-based application.

The exact behaviour depends on how Frida is integrated. This is equivalent to calling console.log(line) in the JavaScript API.