Macro outputln

Source
macro_rules! outputln {
    ($f: expr) => { ... };
    ($f: expr, $($arg: tt) *) => { ... };
}
Expand description

Output a line to the gitlab log