withFeatureId
Creates a new logger with custom tag that replaces the old tag and allows to specify which specific app flow, one of ApplicationFlow, the logs sent by this logger relate to. When the logger already contains Tag.UserClientText type of logs, then user-related tag data will still be included, and this featureId tag part will be added as a prefix, to keep the standard pattern of the tag: "taguserId|clientId". In this case it will become "featureId:featureNameuserId|clientId". When current type of tag is Tag.Text, then it will just replace it with the new one: "featureId:featureName".