def error(msg, *args, **kwargs): """ Logs the level ERROR logging, it logs level ERROR and FATAL Args: msg: the message to log """ _logger.error(_log_prefix() + msg, *args, **kwargs)