Technical information
RMS NetLinx Virtual Device API
129
RMS Enterprise - NetLinx Programmer’s Guide
RMS Client Logging Query Commands
All RMS logging information is emitted in the NetLinx master's telnet console.
RMS Client Logging Instruction Commands & Queries (Cont.)
Command Description
LOG.SHOW.LEVEL-
<true|false>
This command will instruct the RMS client to set the runtime logging output to include the current
logger level in the display string.
After applying the updated settings, the acknowledgment response command will be returned in the
following format:
LOG.SHOW.LEVEL-<true|false>
(This option is enabled by default.)
LOG.SHOW.LOGGER-
<true|false>
This command will instruct the RMS client to set the runtime logging output to include the current
logger package name in the display string.
After applying the updated settings, the acknowledgment response command will be returned in the
following format:
LOG.SHOW.LOGGER-<true|false>
(This option is enabled by default.)
LOG.SHOW.THREAD-
<true|false>
This command will instruct the RMS client to set the runtime logging output to include the current
thread context name in the display string.
After applying the updated settings, the acknowledgment response command will be returned in the
following format:
LOG.SHOW.THREAD-<true|false>
(This option is disabled by default.)
LOG.ENABLE.ALL This command will instruct the RMS client to enable the runtime logging output for all RMS logging
packages
LOG.DISABLE.ALL This command will instruct the RMS client to disable the runtime logging output for all RMS logging
packages
LOG.LOGGER.ENABLED-
<logger-name>,
<logger-enabled>
This command will instruct the RMS client to enable the runtime logging output for a single specified
RMS logging package.
<logger-name>
This is the name of the logger package that is writing RMS log information.
<logger-enabled>
This current enabled or disabled state to set the RMS logger package. The value should be set to
"true" or "false".
RMS Client Logging Query Commands
Command Description
?LOG.LEVEL This command will query the RMS client to determine the current runtime logging level.
The query response command will be returned in the following format:
LOG.LEVEL-<1|2|3|4>
The numerical representation of the current logging level will be returned.
?LOG.SHOW.LEVEL This command will query the RMS client to determine if the runtime logging output will include the
current level in the display string.
The query response command will be returned in the following format:
LOG.SHOW.LEVEL-<true|false>
This option is enabled by default.
?LOG.SHOW.LOGGER This command will query the RMS client to determine if the runtime logging output will include the
current logger name in the display string.
The query response command will be returned in the following format:
LOG.SHOW.LOGGER-<true|false>
This option is enabled by default.
?LOG.SHOW.THREAD This command will query the RMS client to determine if the runtime logging output will include the
current thread context name in the display string.
The query response command will be returned in the following format:
LOG.SHOW.THREAD-<true|false>
This option is disabled by default.