logger_log_msg Subroutine

private subroutine logger_log_msg(this, msg)

Write a message to the log file.

Arguments

Type IntentOptional AttributesName
class(logger_t), intent(in) :: this

A logger_t instance

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

Message to write to the log file


Calls

proc~~logger_log_msg~~CallsGraph proc~logger_log_msg logger_log_msg proc~timestring timestring proc~logger_log_msg->proc~timestring

Contents

None