Module leptos_dom::logging

source ·
Expand description

Utilities for simple isomorphic logging to the console or terminal.

Functions§

  • Log an error to the console (in the browser) or via println!() (if not in the browser), but only in a debug build.
  • Log an error to the console (in the browser) or via println!() (if not in the browser).
  • Log a string to the console (in the browser) or via println!() (if not in the browser).
  • Log a warning to the console (in the browser) or via println!() (if not in the browser).