Log a message to the console.
tm.log(message: str)
None
import tradomate as tm @tm.strategy()def my_strategy(config: tm.TradomateConfig, data: tm.TradomateData): # Log a message tm.log("Hello world!")