tem_logging_isActive Interface

public interface tem_logging_isActive

Module Procedures

private function tem_logging_isActive_for(me, level) result(isActive)

Check if the given logger is active for the given level.

Arguments

Type IntentOptional Attributes Name
type(tem_logging_type), intent(in) :: me
integer, intent(in) :: level

Return Value logical

private function tem_logging_isActive_primary(level) result(isActive)

Check if the primary logger is active for the given level.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: level

Return Value logical