import NSLog = require('nslog'); NSLog('Hello world!'); NSLog('My number is %i and my text is %s.', 42, 'foobar');