powered by
Generate log layout function rendering JSON
layout_json(fields = c("time", "level", "ns", "ans", "topenv", "fn", "node", "arch", "os_name", "os_release", "os_version", "pid", "user", "msg"))
character vector of field names to be included in the JSON
character vector
This is a log_layout, for alternatives, see layout_simple, layout_glue, layout_glue_colors or generator functions such as layout_glue_generator
log_layout
layout_simple
layout_glue
layout_glue_colors
layout_glue_generator
# NOT RUN { log_layout(layout_json()) log_info(42) log_info('ok {1:3} + {1:3} = {2*(1:3)}') # }
Run the code above in your browser using DataLab