PetpalLogging ================================== .. py:class:: petpal.meta.auto_cli.PetpalLogging(logfile: str = None) Tool for logging CLI commands. Records PETPAL CLI commands in a log file. Creates a new logfile at the provided path, if one does not already exist. If it points to an existing file, any logging is added to the bottom of the file. Logs command line arguments only. .. py:method:: log_cli_args() Log the command line that was used to run PETPAL. Records the literal PETPAL command line tool, and any interpolated variables as they are interpreted by Python.