def log_info
                  @handle.log("info", "Listing Root Object Attributes:")
                  @handle.root.attributes.sort.each { |k, v| @handle.log("info", "\t#{k}: #{v}") }
                  @handle.log("info", "===========================================")