Nothing
Code
spns[[1]][test_fields]
Output
$severity_num
[1] "9"
$severity_text
[1] "INFO"
$body
[1] "This is a simple log message"
$attributes
named list()
$trace_id
[1] "00000000000000000000000000000000"
$span_id
[1] "0000000000000000"
Code
spns[[2]][test_fields]
Output
$severity_num
[1] "13"
$severity_text
[1] "WARN"
$body
[1] "This is a warning"
$attributes
named list()
$trace_id
[1] "00000000000000000000000000000000"
$span_id
[1] "0000000000000000"
Code
spns[[3]][test_fields]
Output
$severity_num
[1] "9"
$severity_text
[1] "INFO"
$body
[1] "This is a log message."
$attributes
named list()
$trace_id
[1] "00000000000000000000000000000000"
$span_id
[1] "0000000000000000"
Code
spns[[4]][test_fields]
Output
$severity_num
[1] "9"
$severity_text
[1] "INFO"
$body
[1] "This is a log message with attributes"
$attributes
$attributes$foo
[1] "bar"
$trace_id
[1] "00000000000000000000000000000000"
$span_id
[1] "0000000000000000"
Code
logger_provider_stdstream_options()
Output
$output
[1] "stdout"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.