layout_teal_glue_generator {teal.logger} | R Documentation |
Generate log layout function using common variables available via glue syntax including shiny session token
Description
Generate log layout function using common variables available via glue syntax including shiny session token
Usage
layout_teal_glue_generator(layout)
Arguments
layout |
( |
Details
this function behaves in the same way as logger::layout_glue_generator()
but allows the shiny session token (last 8 chars) to be included in the logging layout
Value
function taking level
and msg
arguments - keeping the original call creating the generator
in the generator attribute that is returned when calling log_layout for the currently used layout
[Package teal.logger version 0.2.0 Index]