Skip to contents

Inserts a formatted log metric.

Usage

new_fmt_metric(style, metric)

Arguments

style

that the layout will use in log generation

metric

the metric to log.

Value

a new formatted metric

Examples

if (FALSE) {
new_fmt_metric(bold $ green, "sysname")

new_fmt_metric(bold $ red, "release")
}