log_map_type_to_loggertype {DIZtools}R Documentation

Get the logger type from the type string (the argument of the 'feedback()' function)

Description

Mapping the log-types from string to logger::<type>. E.g. the string "Info" will be mapped to 'logger::INFO'.

Usage

log_map_type_to_loggertype(type)

Arguments

type

(String) The type of the message. E.g. "error", "Info".

Value

The 'logger'type. If no corresponding logger-type is found, the result will be 'NULL'.


[Package DIZtools version 1.0.1 Index]