[][src]Macro efflux::log

macro_rules! log {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Prints output to the Hadoop task logs.

As ::std::io::stdout is used to Hadoop Streaming writes, logging must go through this macro instead to successfully make it to the logs.