Returns log level from string argument name
. The string is
converted to lower-case before. If name
neither matches none
,
debug
, warning
, error
, critical
, nor user
this function
returns LL_NONE
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Log level name. |