Expand description
Plugin logger with automatic target prefixing.
The PluginLogger wraps the log crate and automatically
sets the log target to basalt::plugin::<name>, ensuring
consistent, filterable log output across all plugins.
Structsยง
- Plugin
Logger - A logger scoped to a specific plugin.