You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we have one method to register TinyInsight as the IInsights interface and another to register as ILogger, but how about a method to register both interfaces? Then we could use ILogger for common logging (and my project have a lot of code doing that), and use IInsights for setting userID, adding custom properties and all other ApplicationInsight specific things.
I have already added a method to do that in my app, but it would be nice to have it supported by the package.
Today we have one method to register TinyInsight as the IInsights interface and another to register as ILogger, but how about a method to register both interfaces? Then we could use ILogger for common logging (and my project have a lot of code doing that), and use IInsights for setting userID, adding custom properties and all other ApplicationInsight specific things.
I have already added a method to do that in my app, but it would be nice to have it supported by the package.
My code:
The text was updated successfully, but these errors were encountered: