So I\'m trying to do something simple, I want to break up my traces in the console into several lines, using 1 console.log statement:
console.log(\'roleName = \'
Easy, \n needs to be in the string.
\n