Provide Error Handling and login Services
openlp.core.common.openlpmixin.
OpenLPMixin
Bases: object
object
Base Calling object for OpenLP classes.
log_debug
Common log debug handler
log_error
Common log error handler which prints the calling path
log_exception
Common log exception handler which prints the calling path
log_info
Common log info handler
log_warning
Common log warning handler
logging_wrapper
Code to added debug wrapper to work on called functions within a decorated class.