Skip to contents

Placeholder for a formatted literal in a log layout.

Usage

new_fmt_literal(style, literal)

Arguments

style

format style (crayon)

literal

log value

Value

log metric layout.

Examples

if (FALSE) {
new_fmt_literal(red $ bold, "literal text")

new_fmt_literal(blue $ italic, "literal text")
}