Description
The get_debug_level() method retrieves the current debug level.
Note:
To set the LiveAPI debug level, use the set_debug() method.
Example
LiveAPI PHP Class
|
1
2
|
// Get the current debug level.$cpliveapi->get_debug_level(); |
LiveAPI Perl Module
|
1
2
|
# Get the current debug level.$cpliveapi->get_debug_level(); |
Parameters
This method does not accept parameters.
Returns
This method returns the an integer that represents the current debug level:
0— LiveAPI currently does not log data.- Any other integer value — The LiveAPI system logs any messages with a
levelvalue that is greater than or equal to this value.
