log

Log

addMonitoredPrefix

void log.addMonitoredPrefix ( String prefix ) (enterprise edition only)

Description

Watches for all session variables whose keys begin with the prefix specified, and will output their values when monitored variables are logged.

Parameters

  • prefix The prefix to monitor

addMonitoredVariable

void log.addMonitoredVariable ( String key ) (enterprise edition only)

Description

Watches the value of a session variable, and will output it each time monitored variables are output

Parameters

  • key The key in the session corresponding to a value

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

addMonitoredValue

Object log.addMonitoredValue ( String name, Object value ) (enterprise edition only)

Description

Adds a specific name and value to be logged with the web messages methods or logMonitoredValues method

logDataRecord

void log.logDataRecord ( DataRecord record )
void log.logDataRecord ( DataRecord record, int logLevel )
void log.logDataRecordDebug ( DataRecord record ) (professional and enterprise editions only)