tem_log_write Interface

public interface tem_log_write

Calls

interface~~tem_log_write~~CallsGraph interface~tem_log_write tem_log_write proc~tem_log_write_primary tem_log_write_primary interface~tem_log_write->proc~tem_log_write_primary proc~tem_log_write_for tem_log_write_for interface~tem_log_write->proc~tem_log_write_for

Contents


Module Procedures

private subroutine tem_log_write_for(me, msg)

Write msg unconditionally to the logger given in me.

Arguments

TypeIntentOptionalAttributesName
type(tem_logging_type), intent(in) :: me
character(len=*), intent(in) :: msg

private subroutine tem_log_write_primary(msg)

Write msg unconditionally to the primary logger.

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: msg