Crate wasm_log

source ·
Expand description

A simple logger for front end wasm web app.

Please see README for documentation.

Structs

Specify what to be logged

Enums

Specify where the message will be logged.

Functions

Initialize the logger which the given config. If failed, it will log a message to the the browser console.
Attempt to initialize the logger with the given config.