log_map_type_to_loggertype | R Documentation |
Mapping the log-types from string to logger::<type>. E.g. the string "Info" will be mapped to 'logger::INFO'.
log_map_type_to_loggertype(type)
type |
(String) The type of the message. E.g. "error", "Info". |
The 'logger'type. If no corresponding logger-type is found, the result will be 'NULL'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.