tem_logging_unit_for Function

private function tem_logging_unit_for(me) result(unit)

Return the unit provided by a given log

Arguments

Type IntentOptional Attributes Name
type(tem_logging_type), intent(in) :: me

Return Value integer


Called by

proc~~tem_logging_unit_for~~CalledByGraph proc~tem_logging_unit_for tem_logging_unit_for interface~tem_logging_unit tem_logging_unit interface~tem_logging_unit->proc~tem_logging_unit_for

Source Code

  function tem_logging_unit_for(me) result(unit)
    ! ---------------------------------------------------------------------------
    !>
    type(tem_logging_type), intent(in) :: me
    !>
    integer :: unit
    ! ---------------------------------------------------------------------------

    unit = me%funit(0)

  end function tem_logging_unit_for