| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| boolean | Returns whether this monitor remains invisible until the user types the hotkey ctrl+alt+m in the attached
application. |
| boolean | Returns whether this monitor is disabled when its application is running inside the IDE. |
| String | Returns the server namespace of this monitor. |
| void | handle(objRecord : jsx3.util.Logger.Record) Writes the formatted logging message to a separate browser window if all relevant conditions are met. |
| void | setActivateOnHotKey(activateOnHotKey : boolean) Sets whether this monitor waits for the hotkey ctrl+alt+m before becoming visible. |
| void | setDisableInIDE(disableInIDE : boolean) Sets whether this monitor is disabled when its application is running inside the IDE. |
| void | setServerNamespace(serverNamespace : String) Sets the server namespace of this monitor. |
| Methods Inherited From jsx3.util.Logger.FormatHandler |
|---|
| getFormat, setFormat |
| Methods Inherited From jsx3.util.Logger.Handler |
|---|
| getLevel, getName, isLoggable, setLevel |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
ctrl+alt+m in the attached
application. If false this monitor will appear when the application is loaded and anytime the
monitor is closed and a logging message is received.ctrl+alt+m before becoming visible.