Macro enso_prelude::DEBUG[][src]

macro_rules! DEBUG {
    ($($arg:tt)*) => { ... };
}
Expand description

Special logging macro that prints to the Web Console on wasm targets and stdout otherwise. It is supposed to be used only for development purposes and shouldn’t be present in a production-ready code. Macro follows iformat formatting convention.