removeMonitoredPrefix
void log.removeMonitoredPrefix ( String prefix ) (enterprise edition only)
Description
Stops watching for a prefix in session variables
Parameters
- prefix Prefix to remove from monitoring
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 all session variables starting with SEARCH_
log.removeMonitoredPrefix("SEARCH_");