Lines Matching refs:log
86 progtrack=None, excludes=EmptyI, log=None,
94 self.__log = log
274 """Updates the log of packages which have been installed or
279 already present in an update log.
282 update log. In this case, the new package is simply added
283 to the install update log.
285 update log. In this case, the package is removed from the
286 remove update log. This has the effect of exposing the
289 update log. In this case, the new package is simply added
290 to the removed update log.
292 update log. In this case, the package is removed from the
293 install update log.
378 self.excludes, log=self.__log)