Crate bevy_log_events

Crate bevy_log_events 

Source
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§

EventSettings
Common structure used to describe how the Event and Message will be logged.
LogEventsPlugin
The Plugin to add to enable the logging of Event and Message.
LogEventsPluginSettings
The settings used to configure the LogEventsPlugin.
LogMessagesSystems
The SystemSet were the Message registered with log_message and add_and_log_message will be logged.
LoggedEventSettings
The Resource that contains the settings used to log a particular Event or Message.

Traits§

LogEvent
The Trait implemented on App that helps you log Event and Message.