Georgi Koemdzhiev Posted October 23, 2019 Share Posted October 23, 2019 Hello, I am working on C# extensions and I would lile to log a few things in the console in a way so that they appear in the Spotfire'sMonitoring & Diagnositcs Log screen: I have tried Debug.WriteLine("string here");But it doesn't seem to be included in the above log screen. Can somebody suggest what I am supposed to use to log in the Spotfire's console output Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted October 23, 2019 Share Posted October 23, 2019 Can you check the following wiki article which uses log4net to add custom logging from the extensions, https://community.spotfire.com/wiki/creating-custom-logging-functionality-tibco-spotfire-extensions Link to comment Share on other sites More sharing options...
Georgi Koemdzhiev Posted October 23, 2019 Author Share Posted October 23, 2019 Hi Shandilya. Thank you for your answer. I had a look at the link you provided. However, I am still not sure how to get the log4net dll file. In my SDK I don't have that dll Also, I have to mention that I am using the Visual Studio approach of building packages (not the package builder). Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted October 23, 2019 Share Posted October 23, 2019 You will have to add the package manually and it is not available in the SDK binaries. Probably you can download it using the NugetManager in the visual studio Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now