Validates given argument. Arguments of type ARG_TYPE_LEVEL
are
additionally converted to integer if the passed argument value is a
valid log level name. For example, the argument value warning
is
converted to integer 3
, to match log level LL_WARNING
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(arg_type), | intent(inout) | :: | arg |
Argument to validate. |