/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import org.osflash.thunderbolt.Logger; var myNumber: int = 5; var myString2: String = "Lorem ipsum"; Logger.error ("Logging two objects: A number typed as int and a string", myNumber, myString);