tem_log_write Interface

public interface tem_log_write

Module Procedures

private subroutine tem_log_write_for(me, msg)

Write msg unconditionally to the logger given in me.

Arguments

Type IntentOptional Attributes Name
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

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