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_");
mikes on 11/18/2011 at 5:39 pm
- Printer-friendly version
- Login or register to post comments