Hello,
I want to get rid of all logging messages (in visual studio output dialog) of Tweetinvi when I compile the project in Release mode.
Is it possible to achieve this goal without this line:
Adrien.
I want to get rid of all logging messages (in visual studio output dialog) of Tweetinvi when I compile the project in Release mode.
Is it possible to achieve this goal without this line:
Tweetinvi.Core.TweetinviConfig.SHOW_DEBUG = false;
Thanks,Adrien.