Weblog

weblog is a crate that defines a set of macros for calling console.log(), console.error() and other members of the browser's console API when targeting Wasm.

Features

Usage

```toml

Defaults to web-sys

weblog = "0.1"

For stdweb:

weblog = { version = "0.1", default-features = false, features = ["std_web"] } ```

See the documentation for usage examples.

The crate currently exposes the following macros:

License

Licensed under MIT or Apache-2.