dm_log_level_from_string Function

public pure elemental function dm_log_level_from_string(str) result(level)

Uses

  • proc~~dm_log_level_from_string~~UsesGraph proc~dm_log_level_from_string dm_log_level_from_string module~dm_string dm_string proc~dm_log_level_from_string->module~dm_string module~dm_error dm_error module~dm_string->module~dm_error module~dm_kind dm_kind module~dm_string->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Return log level from string, either level name or numeric level.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

Log level name or numeric level.

Return Value integer


Calls

proc~~dm_log_level_from_string~~CallsGraph proc~dm_log_level_from_string dm_log_level_from_string interface~dm_string_to dm_string_to proc~dm_log_level_from_string->interface~dm_string_to proc~dm_is_ok dm_is_ok proc~dm_log_level_from_string->proc~dm_is_ok proc~dm_log_level_from_name dm_log_level_from_name proc~dm_log_level_from_string->proc~dm_log_level_from_name interface~dm_to_lower dm_to_lower proc~dm_log_level_from_name->interface~dm_to_lower proc~dm_string_to_lower dm_string_to_lower interface~dm_to_lower->proc~dm_string_to_lower

Called by

proc~~dm_log_level_from_string~~CalledByGraph proc~dm_log_level_from_string dm_log_level_from_string proc~dm_arg_validate dm_arg_validate proc~dm_arg_validate->proc~dm_log_level_from_string proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_arg_validate