Learn R Programming

logger (version 0.4.0)

layout_json: Generate log layout function rendering JSON

Description

Generate log layout function rendering JSON

Usage

layout_json(fields = default_fields())

Value

character vector

Arguments

fields

character vector of field names to be included in the JSON

See Also

Other log_layouts: get_logger_meta_variables(), layout_blank(), layout_glue(), layout_glue_colors(), layout_glue_generator(), layout_json_parser(), layout_logging(), layout_simple()

Examples

Run this code
old <- logger:::namespaces_set()
log_layout(layout_json())
log_info(42)
log_info("ok {1:3} + {1:3} = {2*(1:3)}")
logger:::namespaces_set(old)

Run the code above in your browser using DataLab