Skip to main content

Module logging

Module logging 

Source
Expand description

Logging configuration contains both node and browser.

Re-exports§

pub use self::node::init_logging;

Modules§

node
logging configuration about node.

Structs§

PanicData
Necessary information for recording panic
PanicLocation
Panic location

Enums§

LogLevel

Functions§

set_panic_hook
Setup hooks for panic, this function works for both wasm and native.