Checks if the given variable is empty and optionally logs the variable name.
is_var_empty(variable)
variable
The variable to check.
boolean TRUE if the variable is considered empty, FALSE otherwise.