Development Guides Home >> Guide to the LiveAPI System >> LiveAPI Methods
Guide to the LiveAPI System - The getdebuglevel() Method
The get_debug_level()
method retrieves the current debug level.
To set the LiveAPI debug level, use the set_debug()
method.
Example
LiveAPI PHP Class
// Get the current debug level.
$cpliveapi->get_debug_level();
LiveAPI Perl Module
# 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
level
value that is greater than or equal to this value.