Takes one parameter, OutputText
Description:
Takes a single string as a parameter and outputs it to the TRONlog.
Note: must have TRON enabled or this throws an error.
Example:
TRON "Private/LogFile1.txt"
Test
Method Test()
HtmlAlert "Got Here"
[New] vTest = 0
HtmlAlert vTest
TRONLog "This is a note for my TRON log"
End Method
TRON text file output:
56354.642 0006A558 BuiltIn.KurtisTestingEnv 00004 Input Output Test
56354.642 0006A558 BuiltIn.KurtisTestingEnv 00007 test.Input test.Output HtmlAlert "Got Here"
56354.642 0006A558 BuiltIn.KurtisTestingEnv 00009 test.Input test.Output [New] vTest = 0
56354.642 0006A558 BuiltIn.KurtisTestingEnv 00009 test.Input test.Output [New] vTest = 0
56354.642 0006A558 BuiltIn.KurtisTestingEnv 00011 test.Input test.Output HtmlAlert vTest
56354.643 0006A558 BuiltIn.KurtisTestingEnv 00013 test.Input test.Output TRONLog "This is a note for my TRON log"
56354.643 0006A558 This is a note for my TRON log