logical function should_log(level) integer, intent(in) :: level should_log = (current_verbose_level >= level) end function should_log