Skip to main contentCrate ghpascon_rust
Source pub use devices::device_manager;
- devices
- utils
- eprint
- Like
eprint! but routes to the global LoggerManager at DEBUG level.
Falls back to std::eprint! when no global logger is registered. - eprintln
- Like
eprintln! but routes to the global LoggerManager at DEBUG level.
Falls back to std::eprintln! when no global logger is registered. - lgr_debug
- Logs at DEBUG level with full call-site metadata.
- lgr_error
- Logs at ERROR level with full call-site metadata.
- lgr_info
- Logs at INFO level with full call-site metadata.
- lgr_warn
- Logs at WARN level with full call-site metadata.
- print
- Like
print! but routes to the global LoggerManager at DEBUG level.
Falls back to std::print! when no global logger is registered. - println
- Like
println! but routes to the global LoggerManager at DEBUG level.
Falls back to std::println! when no global logger is registered.