ic_mple_log 0.8.0

A logging implementation for `log` in IC
Documentation
1
2
3
4
5
6
7
8
9
/*
This internal module contains the timestamp implementation.

Its public API is available when the `humantime` crate is available.
*/

#[cfg_attr(feature = "humantime", path = "extern_impl.rs")]
#[cfg_attr(not(feature = "humantime"), path = "shim_impl.rs")]
mod imp;