Expand description
bevy_log_events is a
Bevy plugin that introduce the LogEvent trait for Bevy’s App.
It will helps you log your Event and Message while allowing you to configure
independently how each of them are logged during runtime.
Modules§
- prelude
- Re-export of everything you need.
- settings_
window - Provide the window for editing the LoggedEventSettings.
Structs§
- Event
Settings - Common structure used to describe how the Event and Message will be logged.
- LogEvents
Plugin - The Plugin to add to enable the logging of Event and Message.
- LogEvents
Plugin Settings - The settings used to configure the LogEventsPlugin.
- LogMessages
Systems - The SystemSet were the Message registered with log_message and add_and_log_message will be logged.
- Logged
Event Settings - The Resource that contains the settings used to log a particular Event or Message.