tem_log_write_primary Subroutine

private subroutine tem_log_write_primary(msg)

Write msg unconditionally to the primary logger.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: msg

Source Code

  subroutine tem_log_write_primary(msg)
    ! ---------------------------------------------------------------------------
    !>
    character(len=*), intent(in) :: msg
    ! ---------------------------------------------------------------------------

    write(primary%funit(0), '(a)') msg

  end subroutine tem_log_write_primary