Return the unit provided by a given log
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_logging_type), | intent(in) | :: | me |
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