import"extIApplication.idl";
Public Member Functions | |
| void | log (in AString aMsg) |
| void | open () |
Interface that gives simplified access to the console
Definition at line 50 of file extIApplication.idl.
| 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.