Crate clg

source ·
Expand description

A logger specifically designed for wasm32-unknown-unknown.

Go to the git repository for more information.

Modules§

  • web console
  • Contains the LogLevel enum 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§

Constants§

Functions§

  • Gets the time of the current timezone offset. If the acquisition fails, fallback to UTC time.