Why am I not seeing println statements?

function initialize() {
    View.initialize();
    System.println("initialise");
}

As I see it, the above code should be pretty uncontroversial apart from the z vs e spelling!

So why am I not seeing anything in the console when running the simulator (Version 7.1.1)?

Is this a bug that everyone else is seeing or has something changed that I missed the memo for?