Expand description
A logger specifically designed for wasm32-unknown-unknown.
Go to the git repository for more information.
Modules§
- web console
- Contains the
LogLevelenum and its methods. - Allows macros to be called separately to output to the web console, even if the logger is not initialized.
Macros§
- Outputs error messages to web console.
- Outputs information to web console.
- Outputs trace messages to web console.
- Outputs warning messages to web console.
- Outputs messages to web console.
Structs§
- A logger used to output logs to the web console.
Constants§
Functions§
- Gets the time of the current timezone offset. If the acquisition fails, fallback to UTC time.