TextFormatter: text formatter factory function

Description Usage Arguments Details

Description

text formatter factory function

Usage

1
2
3
TextFormatter(format_string = "{level}: {msg} {extras}",
  field_map = NULL, no_color = FALSE, no_truncate = FALSE,
  no_space = FALSE, ...)

Arguments

format_string

glue format string

field_map

rename internal fields not exposed to user

no_color

suppress colored output

no_truncate

stop truncation of levels to 4 characters

no_space

no additional spacing for message fields

...

additional fields passed to glue

Details

TODO: add details


metrumresearchgroup/logrrr documentation built on May 14, 2019, 7:20 p.m.