-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-FeatureA new feature, making something new possibleA new feature, making something new possibleO-EmbeddedWeird hardware and no_std platformsWeird hardware and no_std platforms
Milestone
Description
What problem does this solve or what need does it fill?
Many crates use logging and in order to support no_std
, it's required to manually depend on log
because tracing
doesn't work on no_std
yet.
What solution would you like?
It would be convenient to cleave the bevy_log
crate with a tracing
feature.
Metadata
Metadata
Assignees
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-FeatureA new feature, making something new possibleA new feature, making something new possibleO-EmbeddedWeird hardware and no_std platformsWeird hardware and no_std platforms