//! Internal logging macros. They forward to `bevy::log` only when the `log`
//! feature is enabled; otherwise they expand to a zero-cost no-op that still
//! references the format args (so disabling `log` never triggers
//! `unused_variables`). Every message is auto-prefixed with `bevy_cef: `.
pub use cef_error;
pub use cef_warn;