Linux Mac OSX Windows
 Interface that gives simplified access to the console
[scriptable, uuid(ae8482e0-aa5a-11db-abbd-0800200c9a66)]
interface extIConsole : nsISupports

Methods

 Sends a given string to the console.
 @param   aMsg
          The text to send to the console
void log(in AString aMsg)
 Opens the error console window. The console window
 is focused if already open.
void open()