removeMonitoredVariable
void log.removeMonitoredVariable ( String key ) (enterprise edition only)
Description
Stops watching the specified variable
Parameters
- key Key for the variable to stop watching
Return Value
This method returns void.
Change Log
Version | Description |
---|---|
5.5.29a | Available in all editions. |
5.5.43a | Moved from session to log class. |
Examples
Stop watching and logging the value of the session varaible NAME
log.removeMonitoredVariable("NAME");
mikes on 11/18/2011 at 5:37 pm
- Printer-friendly version
- Login or register to post comments