Module bevy::log::prelude

Expand description

The Bevy Log Prelude.

Macros

  • Constructs an event at the debug level.
  • Constructs a span at the debug level.
  • Constructs an event at the error level.
  • Constructs a span at the error level.
  • Constructs an event at the info level.
  • Constructs a span at the info level.
  • Constructs an event at the trace level.
  • Constructs a span at the trace level.
  • Constructs an event at the warn level.
  • Constructs a span at the warn level.