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 (indecl_macro.rs
). - logging_
api - This is just a shim (thin wrapper) around the crate::tracing_logging module.
- simple_
file_ logging_ impl