Crate weblog_proc_macro

Source

Macros§

console_assert
Call the browser’s console.assert() function. MDN
console_clear
Call the browser’s console.clear() function. MDN
console_count
Call the browser’s console.count() function. MDN
console_count_reset
Call the browser’s console.countReset() function. MDN
console_debug
Call the browser’s console.debug() function. MDN
console_dir
Call the browser’s console.dir() function. MDN
console_dirxml
Call the browser’s console.dirxml() function. MDN
console_error
Call the browser’s console.error() function. MDN
console_exception
Call the browser’s console.exception() function. MDN
console_info
Call the browser’s console.info() function. MDN
console_log
Call the browser’s console.log() function. MDN
console_table
Call the browser’s console.table() function. MDN
console_time
Call the browser’s console.time() function. MDN
console_time_end
Call the browser’s console.timeEnd() function. MDN
console_time_log
Call the browser’s console.timeLog() function. MDN
console_time_stamp
Call the browser’s console.timeStamp() function. MDN
console_trace
Call the browser’s console.trace() function. MDN
console_warn
Call the browser’s console.warn() function. MDN