Skip to main content

Module logger

Module logger 

Source
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ยง

PluginLogger
A logger scoped to a specific plugin.