macro_rules! outputln {
($f: expr) => { ... };
($f: expr, $($arg: tt) *) => { ... };
}
Expand description
Output a line to the gitlab log
macro_rules! outputln {
($f: expr) => { ... };
($f: expr, $($arg: tt) *) => { ... };
}
Output a line to the gitlab log