Expand description
Internal logger module (migrated from crates/logger).
Feature flags: log-info, log-debug, verbose, file-logging.
Enums§
- Level
- Logging levels.
Functions§
- disable_
debug - Disable debug logging at runtime.
- disable_
verbose - Disable verbose output at runtime.
- enable_
debug - Enable debug logging at runtime.
- enable_
verbose - Enable verbose output at runtime.
- init_
file_ logging - Initialize file logging to a specific path. Returns
trueon success. - is_
debug_ enabled - Returns whether debug logging is enabled.
- is_
verbose_ enabled - Returns whether verbose output is enabled.
- log_
impl - Internal logging dispatcher used by public macros.
- set_
level - Set the global log level.
- set_
level_ from_ str - Parse level from string (case-insensitive) and set it. Returns
trueon success.