Initialize the stats feature.
Currently logs a single "feature enabled" message.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stats_feature_t), | intent(inout) | :: | self | |||
| type(watch_config_t), | intent(in) | :: | cfg |
subroutine stats_init(self, cfg) class(stats_feature_t), intent(inout) :: self type(watch_config_t), intent(in) :: cfg call log_info(cfg%w, "feature enabled: stats") end subroutine stats_init