Write msg unconditionally to the logger given in me.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_logging_type), | intent(in) | :: | me | |||
character(len=*), | intent(in) | :: | msg |
subroutine tem_log_write_for(me, msg) ! --------------------------------------------------------------------------- !> type(tem_logging_type), intent(in) :: me !> character(len=*), intent(in) :: msg ! --------------------------------------------------------------------------- write(me%funit(0), '(a)') msg end subroutine tem_log_write_for