Trait ppapi::ppb::ConsoleIfExperimental [-]  [+] [src]

pub trait ConsoleIf {
    fn log(&self, inst: PP_Instance, lvl: PP_LogLevel, msg: &Struct_PP_Var);
    fn log_with_source(&self, inst: PP_Instance, lvl: PP_LogLevel, src: &Struct_PP_Var, msg: &Struct_PP_Var);
}

Required Methods

fn log(&self, inst: PP_Instance, lvl: PP_LogLevel, msg: &Struct_PP_Var)

fn log_with_source(&self, inst: PP_Instance, lvl: PP_LogLevel, src: &Struct_PP_Var, msg: &Struct_PP_Var)

Implementors