new_fmt_metric {dyn.log} | R Documentation |
Formatted Metric
Description
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
See Also
Other Log Layout:
evaluate_layout()
,
new_fmt_cls_field()
,
new_fmt_exec_scope()
,
new_fmt_layout()
,
new_fmt_line_break()
,
new_fmt_literal()
,
new_fmt_log_msg()
,
new_fmt_timestamp()
,
new_log_layout()
Examples
## Not run:
new_fmt_metric(bold $ green, "sysname")
new_fmt_metric(bold $ red, "release")
## End(Not run)
[Package dyn.log version 0.4.0 Index]