I'm having an issue when trying to use the Log() function, couldn't find anything on the forum, thought it doesn't deserve a new post to be created, but here I am. While using the Log funtion exactly as in the documentation, I keep getting a compling error:
The type or namespace name 'Log' does not exist in the namespace 'NinjaTrader' (are you missing an assembly reference?)
How can I properly use Log? I need my code to create a visual message (LogLevel.Alert) in case of two specific configuration cases that must be avoided. Notifying the user would be the best.
Thanks for your help!

Comment