debug# This module is used to debug zelfred library. class zelfred.debug.Debugger[source]# This class is used to debug zelfred library. Parameters: path_log_txt – the path to the log file. reset()[source]# Remove the log file. enable()[source]# Enable the debugger. disable()[source]# Disable the debugger. log(text: str)[source]# Log (append a new line) a text to the log file.