Skip to main content

LOG_TARGET

Constant LOG_TARGET 

Source
pub const LOG_TARGET: &str = "wows_data_mgr";
Expand description

The tracing target every log statement in this crate is emitted under.

Consumers that filter by target (the toolkit’s log file writes through an allowlist) reference this instead of a hand-copied literal, so renaming the crate cannot silently drop its logs on the floor.