log_map_type_to_loggertype {DIZtools} | 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'.