[][src]Function web_sys::console::log_7

pub fn log_7(
    data_1: &JsValue,
    data_2: &JsValue,
    data_3: &JsValue,
    data_4: &JsValue,
    data_5: &JsValue,
    data_6: &JsValue,
    data_7: &JsValue
)

The console.log() function.

MDN Documentation

This API requires the following crate features to be activated: console