Interface that gives simplified access to the console. More...
import "extIApplication.idl";
Public Member Functions | |
| NS_SCRIPTABLE NS_IMETHOD | Log (const nsAString &aMsg)=0 |
| Sends a given string to the console. | |
| NS_SCRIPTABLE NS_IMETHOD | Open (void)=0 |
| Opens the error console window. | |
| void | log (in AString aMsg) |
| Sends a given string to the console. | |
| void | open () |
| Opens the error console window. | |
Interface that gives simplified access to the console.
| NS_SCRIPTABLE NS_IMETHOD extIConsole::Log | ( | const nsAString & | aMsg | ) | [pure virtual] |
Sends a given string to the console.
| aMsg | The text to send to the console |
| void extIConsole::log | ( | in AString | aMsg | ) |
Sends a given string to the console.
| aMsg | The text to send to the console |
| void extIConsole::open | ( | ) |
Opens the error console window.
The console window is focused if already open.
| NS_SCRIPTABLE NS_IMETHOD extIConsole::Open | ( | void | ) | [pure virtual] |
Opens the error console window.
The console window is focused if already open.
1.7.1