MIDSystem methods
MIDSystem variables (referred to by the variable name ms.) provide a variety of methods to get information about the MID Server.
|  |
| Method summary | Description |
|---|---|
| log(String message) | Logs the given message with a standard prefix to indicate that the message was generated by JavaScript. |
| getConfigParameter(String parameter name) | Returns the value of the named configuration parameter. |
| include(String script include) | Include the MID Server script include with the given name into the current context. |
| getName() | Returns the name of the MID Server. |
| getSysID() | Returns the sys_id of the MID Server. |
| toJavaScript(Object) | Converts the given Java object into the equivalent JavaScript object. |
This example writes a message to the log:
ms.log('Attempting to log in with user: ' + this.getParameter('user'));
Parent Topic:MID Server reference
Related topics
MID Server system requirements
MID Server Configuration Parameter settings and priority
MID Server protected records and reserved characters
MID Server privileged commands
Manually start, stop, and restart a MID Server