Module logging

Source

Re-exports§

pub use color_text_default_styles::*;
pub use console_log_impl::*;
pub use logging_api::*;
pub use simple_file_logging_impl::*;

Modules§

color_text_default_styles
console_log_impl
ANSI colorized text https://github.com/ogham/rust-ansi-term helper methods. This is used by the crate::console_log! macro (in decl_macro.rs).
logging_api
This is just a shim (thin wrapper) around the crate::tracing_logging module.
simple_file_logging_impl