pub use crate;
///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.
///Write to the console of a Frida-based application.
///
///The exact behaviour depends on how Frida is integrated. This is equivalent
///to calling `console.warn(line)` in the JavaScript API.
///Write to the console of a Frida-based application.
///
///The exact behaviour depends on how Frida is integrated. This is equivalent
///to calling `console.err(line)` in the JavaScript API.