tem_logging_isActive Interface

public interface tem_logging_isActive

Calls

interface~~tem_logging_isactive~~CallsGraph interface~tem_logging_isactive tem_logging_isActive proc~tem_logging_isactive_primary tem_logging_isActive_primary interface~tem_logging_isactive->proc~tem_logging_isactive_primary proc~tem_logging_isactive_for tem_logging_isActive_for interface~tem_logging_isactive->proc~tem_logging_isactive_for

Called by

interface~~tem_logging_isactive~~CalledByGraph interface~tem_logging_isactive tem_logging_isActive proc~communicate_elements communicate_elements proc~communicate_elements->interface~tem_logging_isactive proc~redefine_halos redefine_halos proc~communicate_elements->proc~redefine_halos proc~tem_reportstatus tem_reportStatus proc~tem_reportstatus->interface~tem_logging_isactive proc~tem_init_elemlevels tem_init_elemLevels proc~tem_init_elemlevels->interface~tem_logging_isactive proc~build_levelelements build_levelElements proc~build_levelelements->interface~tem_logging_isactive proc~redefine_halos->interface~tem_logging_isactive proc~tem_find_allelements tem_find_allElements proc~tem_find_allelements->proc~communicate_elements proc~tem_find_allelements->proc~build_levelelements program~derivedtype_memalloc derivedType_memAlloc program~derivedtype_memalloc->proc~tem_reportstatus proc~tem_create_leveldesc tem_create_levelDesc proc~tem_create_leveldesc->proc~tem_init_elemlevels proc~tem_create_leveldesc->proc~tem_find_allelements program~elem_memalloc elem_memAlloc program~elem_memalloc->proc~tem_reportstatus proc~tem_dimbydim_construction tem_dimByDim_construction proc~tem_dimbydim_construction->proc~tem_create_leveldesc proc~tem_build_face_info tem_build_face_info proc~tem_build_face_info->proc~tem_dimbydim_construction

Contents


Module Procedures

private function tem_logging_isActive_for(me, level) result(isActive)

Check if the given logger is active for the given level.

Arguments

TypeIntentOptionalAttributesName
type(tem_logging_type), intent(in) :: me
integer, intent(in) :: level

Return Value logical

private function tem_logging_isActive_primary(level) result(isActive)

Check if the primary logger is active for the given level.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: level

Return Value logical