Global log console where plugins can write output to. More...
Static Public Member Functions | |
| static void | clear () |
| Clears the log console. | |
| static void | log (final String message) |
| Logs a message. | |
| static void | show () |
| Opens the log console window. | |
Whenever a plugin or a script needs to write output somewhere this console window can be used.
| static void BinNavi.API.gui.LogConsole.clear | ( | ) | [static] |
Clears all text in the log console.
| static void BinNavi.API.gui.LogConsole.log | ( | final String | message | ) | [static] |
Logs a new message to the log console.
| message | The message to log. |
| static void BinNavi.API.gui.LogConsole.show | ( | ) | [static] |
Opens the window the contains the log console.
1.7.1