removeMonitoredPostfix
void log.removeMonitoredPostfix ( String postfix ) (enterprise edition only)
Description
Stops watching for a postfix in session variables
Parameters
- postfix Postfix 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 ending with _PARAM
log.removeMonitoredPostfix("_PARAM");
mikes on 11/18/2011 at 5:40 pm
- Printer-friendly version
- Login or register to post comments
