log_layout | R Documentation |
Get or set log record layout
log_layout(layout = NULL, namespace = "global", index = 1)
layout |
function defining the structure of a log record, eg
|
namespace |
logger namespace |
index |
index of the logger within the namespace |
Other log configutation functions:
log_appender()
,
log_formatter()
,
log_threshold()
log_layout(layout_json())
log_info(42)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.