removeMonitoredValue
Object log.removeMonitoredValue ( String name ) (enterprise edition only)
Description
Removes a specific name from the manually set values to be logged. Doesn't affect the value of session variables
Parameters
- name The name for the value being monitored
Return Value
The previous value associated with the name, or null if there wasn't one
Change Log
| Version |
Description |
| 5.5.29a |
Available in all editions. |
| 5.5.43a |
Moved from session to log class. |
Examples
Remove a value so it won't be logged by logMonitoredValues
log.removeMonitoredValue("The dataSet");