Struct quick_js::console::LogConsole
source · pub struct LogConsole;Expand description
A console implementation that logs messages via the log crate.
Only available with the log feature.
pub struct LogConsole;A console implementation that logs messages via the log crate.
Only available with the log feature.